Html Css Color HEX #CC7255 Japonica

📋 copy color: '#CC7255'

red 204 ◦ green 114 ◦ blue 85

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

Shades of Japonica #CC7255

Tints of Japonica #CC7255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 50.62%
G = 28.29%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC7255 (or 0xCC7255) is known color: Japonica. HEX triplet: CC, 72 and 55. RGB value is (204,114,85). Sum of RGB (Red+Green+Blue) = 204+114+85=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7255 is #338DAA. Grayscale: #898989. Windows color (decimal): -3378603 or 5599948. OLE color: 5599948.

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

Color convert

RGB 204 114 85 -
CMYK 0 0.44 0.58 0.2
HSL 14.62º 0.54% 0.57% -
HSV(B) 14.62º 0.58% 0.8% -
XYZ 32.56 25.53 11.81 -
YUV 137.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 204 114 85 0 0.44 0.58 0.2 14.62 0.54 0.57
Hex CC 72 55 0 2C 3A 14 F 36 39
Octal 314 162 125 0 54 72 24 17 66 71
Binary 11001100 1110010 1010101 0 101100 111010 10100 1111 110110 111001

Color Harmonies of #CC7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7255

Black with #CC7255

Text Example


Text Example

White with #CC7255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7255; }

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

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

background-color css

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

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

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

border-color css

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

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

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