Html Css Color HEX #CC7855 Japonica

📋 copy color: '#CC7855'

red 204 ◦ green 120 ◦ blue 85

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

Shades of Japonica #CC7855

Tints of Japonica #CC7855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 49.88%
G = 29.34%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC7855 (or 0xCC7855) is known color: Japonica. HEX triplet: CC, 78 and 55. RGB value is (204,120,85). Sum of RGB (Red+Green+Blue) = 204+120+85=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7855 is #3387AA. Grayscale: #8D8D8D. Windows color (decimal): -3377067 or 5601484. OLE color: 5601484.

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

Color convert

RGB 204 120 85 -
CMYK 0 0.41 0.58 0.2
HSL 17.65º 0.54% 0.57% -
HSV(B) 17.65º 0.58% 0.8% -
XYZ 33.26 26.93 12.04 -
YUV 141.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 204 120 85 0 0.41 0.58 0.2 17.65 0.54 0.57
Hex CC 78 55 0 29 3A 14 12 36 39
Octal 314 170 125 0 51 72 24 22 66 71
Binary 11001100 1111000 1010101 0 101001 111010 10100 10010 110110 111001

Color Harmonies of #CC7855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7855

Black with #CC7855

Text Example


Text Example

White with #CC7855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7855; }

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

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

background-color css

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

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

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

border-color css

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

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

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