Html Css Color HEX #CC6A59 Japonica

📋 copy color: '#CC6A59'

red 204 ◦ green 106 ◦ blue 89

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

Shades of Japonica #CC6A59

Tints of Japonica #CC6A59

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 89 (35.16% from 255) = 22.31%

R = 51.13%
G = 26.57%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC6A59 (or 0xCC6A59) is known color: Japonica. HEX triplet: CC, 6A and 59. RGB value is (204,106,89). Sum of RGB (Red+Green+Blue) = 204+106+89=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A59 is #3395A6. Grayscale: #858585. Windows color (decimal): -3380647 or 5860044. OLE color: 5860044.

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

Color convert

RGB 204 106 89 -
CMYK 0 0.48 0.56 0.2
HSL 8.87º 0.53% 0.57% -
HSV(B) 8.87º 0.56% 0.8% -
XYZ 31.86 23.87 12.38 -
YUV 133.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 204 106 89 0 0.48 0.56 0.2 8.87 0.53 0.57
Hex CC 6A 59 0 30 38 14 9 35 39
Octal 314 152 131 0 60 70 24 11 65 71
Binary 11001100 1101010 1011001 0 110000 111000 10100 1001 110101 111001

Color Harmonies of #CC6A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A59

Black with #CC6A59

Text Example


Text Example

White with #CC6A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A59; }

 p { color: rgb(204,106,89); }

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

background-color css

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

 a { background-color: rgb(204,106,89); }

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

border-color css

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

 span { border-color: rgb(204,106,89); }

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