Html Css Color HEX #CC7D55 Japonica

📋 copy color: '#CC7D55'

red 204 ◦ green 125 ◦ blue 85

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

Shades of Japonica #CC7D55

Tints of Japonica #CC7D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.19%

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

R = 49.28%
G = 30.19%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC7D55 (or 0xCC7D55) is known color: Japonica. HEX triplet: CC, 7D and 55. RGB value is (204,125,85). Sum of RGB (Red+Green+Blue) = 204+125+85=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D55 is #3382AA. Grayscale: #909090. Windows color (decimal): -3375787 or 5602764. OLE color: 5602764.

HSL color Cylindrical-coordinate representation of color #CC7D55: hue angle of 20.17º 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 #CC7D55 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 85 -
CMYK 0 0.39 0.58 0.2
HSL 20.17º 0.54% 0.57% -
HSV(B) 20.17º 0.58% 0.8% -
XYZ 33.88 28.16 12.24 -
YUV 144.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 204 125 85 0 0.39 0.58 0.2 20.17 0.54 0.57
Hex CC 7D 55 0 27 3A 14 14 36 39
Octal 314 175 125 0 47 72 24 24 66 71
Binary 11001100 1111101 1010101 0 100111 111010 10100 10100 110110 111001

Color Harmonies of #CC7D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D55

Black with #CC7D55

Text Example


Text Example

White with #CC7D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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