Html Css Color HEX #CC7057 Japonica

📋 copy color: '#CC7057'

red 204 ◦ green 112 ◦ blue 87

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

Shades of Japonica #CC7057

Tints of Japonica #CC7057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 50.62%
G = 27.79%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC7057 (or 0xCC7057) is known color: Japonica. HEX triplet: CC, 70 and 57. RGB value is (204,112,87). Sum of RGB (Red+Green+Blue) = 204+112+87=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7057 is #338FA8. Grayscale: #888888. Windows color (decimal): -3379113 or 5730508. OLE color: 5730508.

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

Color convert

RGB 204 112 87 -
CMYK 0 0.45 0.57 0.2
HSL 12.82º 0.53% 0.57% -
HSV(B) 12.82º 0.57% 0.8% -
XYZ 32.42 25.11 12.16 -
YUV 136.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 204 112 87 0 0.45 0.57 0.2 12.82 0.53 0.57
Hex CC 70 57 0 2D 39 14 D 35 39
Octal 314 160 127 0 55 71 24 15 65 71
Binary 11001100 1110000 1010111 0 101101 111001 10100 1101 110101 111001

Color Harmonies of #CC7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7057

Black with #CC7057

Text Example


Text Example

White with #CC7057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7057; }

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

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

background-color css

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

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

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

border-color css

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

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

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