Html Css Color HEX #CC6D60 Japonica

📋 copy color: '#CC6D60'

red 204 ◦ green 109 ◦ blue 96

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

Shades of Japonica #CC6D60

Tints of Japonica #CC6D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.65%

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 49.88%
G = 26.65%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC6D60 (or 0xCC6D60) is known color: Japonica. HEX triplet: CC, 6D and 60. RGB value is (204,109,96). Sum of RGB (Red+Green+Blue) = 204+109+96=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D60 is #33929F. Grayscale: #888888. Windows color (decimal): -3379872 or 6319564. OLE color: 6319564.

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

Color convert

RGB 204 109 96 -
CMYK 0 0.47 0.53 0.2
HSL 7.22º 0.51% 0.59% -
HSV(B) 7.22º 0.53% 0.8% -
XYZ 32.48 24.62 14.11 -
YUV 135.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 204 109 96 0 0.47 0.53 0.2 7.22 0.51 0.59
Hex CC 6D 60 0 2F 35 14 7 33 3B
Octal 314 155 140 0 57 65 24 7 63 73
Binary 11001100 1101101 1100000 0 101111 110101 10100 111 110011 111011

Color Harmonies of #CC6D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D60

Black with #CC6D60

Text Example


Text Example

White with #CC6D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D60; }

 p { color: rgb(204,109,96); }

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

background-color css

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

 a { background-color: rgb(204,109,96); }

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

border-color css

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

 span { border-color: rgb(204,109,96); }

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