Html Css Color HEX #CC6F57 Japonica

📋 copy color: '#CC6F57'

red 204 ◦ green 111 ◦ blue 87

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

Shades of Japonica #CC6F57

Tints of Japonica #CC6F57

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 87 (34.38% from 255) = 21.64%

R = 50.75%
G = 27.61%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC6F57 (or 0xCC6F57) is known color: Japonica. HEX triplet: CC, 6F and 57. RGB value is (204,111,87). Sum of RGB (Red+Green+Blue) = 204+111+87=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F57 is #3390A8. Grayscale: #888888. Windows color (decimal): -3379369 or 5730252. OLE color: 5730252.

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

Color convert

RGB 204 111 87 -
CMYK 0 0.46 0.57 0.2
HSL 12.31º 0.53% 0.57% -
HSV(B) 12.31º 0.57% 0.8% -
XYZ 32.31 24.89 12.12 -
YUV 136.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 204 111 87 0 0.46 0.57 0.2 12.31 0.53 0.57
Hex CC 6F 57 0 2E 39 14 C 35 39
Octal 314 157 127 0 56 71 24 14 65 71
Binary 11001100 1101111 1010111 0 101110 111001 10100 1100 110101 111001

Color Harmonies of #CC6F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F57

Black with #CC6F57

Text Example


Text Example

White with #CC6F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F57; }

 p { color: rgb(204,111,87); }

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

background-color css

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

 a { background-color: rgb(204,111,87); }

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

border-color css

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

 span { border-color: rgb(204,111,87); }

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