Html Css Color HEX #CC7858 Japonica

📋 copy color: '#CC7858'

red 204 ◦ green 120 ◦ blue 88

#CC7858
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CC7858

Tints of Japonica #CC7858

RGB

 RED value IS 204 (80.08% from 255) = 49.51%

 GREEN value IS 120 (47.27% from 255) = 29.13%

 BLUE value IS 88 (34.77% from 255) = 21.36%

R = 49.51%
G = 29.13%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC7858 (or 0xCC7858) is known color: Japonica. HEX triplet: CC, 78 and 58. RGB value is (204,120,88). Sum of RGB (Red+Green+Blue) = 204+120+88=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7858 is #3387A7. Grayscale: #8D8D8D. Windows color (decimal): -3377064 or 5798092. OLE color: 5798092.

HSL color Cylindrical-coordinate representation of color #CC7858: hue angle of 16.55º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC7858 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 88 -
CMYK 0 0.41 0.57 0.2
HSL 16.55º 0.53% 0.57% -
HSV(B) 16.55º 0.57% 0.8% -
XYZ 33.38 26.97 12.68 -
YUV 141.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 204 120 88 0 0.41 0.57 0.2 16.55 0.53 0.57
Hex CC 78 58 0 29 39 14 11 35 39
Octal 314 170 130 0 51 71 24 21 65 71
Binary 11001100 1111000 1011000 0 101001 111001 10100 10001 110101 111001

Color Harmonies of #CC7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7858

Black with #CC7858

Text Example


Text Example

White with #CC7858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7858; }

 p { color: rgb(204,120,88); }

 H1.HeaderClassName
 {
   color: #CC7858;
 }
 .AnyTagClassName
 {
   color: #CC7858;
 }
</style>

background-color css

<style>
 a { background-color: #CC7858; }

 a { background-color: rgb(204,120,88); }

 div.DivClassName
 {
   background-color: #CC7858;
 }
 .BgClassName
 {
   background-color: #CC7858;
 }
</style>

border-color css

<style>
 span { border-color: #CC7858; }

 span { border-color: rgb(204,120,88); }

 td.TdClassName
 {
   border-color: #CC7858;
 }
 .TagClassName
 {
   border-color: #CC7858;
 }
</style>