Html Css Color HEX #CC7257 Japonica

📋 copy color: '#CC7257'

red 204 ◦ green 114 ◦ blue 87

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

Shades of Japonica #CC7257

Tints of Japonica #CC7257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 50.37%
G = 28.15%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC7257 (or 0xCC7257) is known color: Japonica. HEX triplet: CC, 72 and 57. RGB value is (204,114,87). Sum of RGB (Red+Green+Blue) = 204+114+87=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7257 is #338DA8. Grayscale: #8A8A8A. Windows color (decimal): -3378601 or 5731020. OLE color: 5731020.

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

Color convert

RGB 204 114 87 -
CMYK 0 0.44 0.57 0.2
HSL 13.85º 0.53% 0.57% -
HSV(B) 13.85º 0.57% 0.8% -
XYZ 32.64 25.56 12.23 -
YUV 137.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 204 114 87 0 0.44 0.57 0.2 13.85 0.53 0.57
Hex CC 72 57 0 2C 39 14 E 35 39
Octal 314 162 127 0 54 71 24 16 65 71
Binary 11001100 1110010 1010111 0 101100 111001 10100 1110 110101 111001

Color Harmonies of #CC7257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7257

Black with #CC7257

Text Example


Text Example

White with #CC7257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7257; }

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

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

background-color css

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

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

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

border-color css

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

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

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