Html Css Color HEX #CC7957 Japonica

📋 copy color: '#CC7957'

red 204 ◦ green 121 ◦ blue 87

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

Shades of Japonica #CC7957

Tints of Japonica #CC7957

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

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

R = 49.51%
G = 29.37%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC7957 (or 0xCC7957) is known color: Japonica. HEX triplet: CC, 79 and 57. RGB value is (204,121,87). Sum of RGB (Red+Green+Blue) = 204+121+87=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7957 is #3386A8. Grayscale: #8E8E8E. Windows color (decimal): -3376809 or 5732812. OLE color: 5732812.

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

Color convert

RGB 204 121 87 -
CMYK 0 0.41 0.57 0.2
HSL 17.44º 0.53% 0.57% -
HSV(B) 17.44º 0.57% 0.8% -
XYZ 33.46 27.2 12.5 -
YUV 141.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 204 121 87 0 0.41 0.57 0.2 17.44 0.53 0.57
Hex CC 79 57 0 29 39 14 11 35 39
Octal 314 171 127 0 51 71 24 21 65 71
Binary 11001100 1111001 1010111 0 101001 111001 10100 10001 110101 111001

Color Harmonies of #CC7957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7957

Black with #CC7957

Text Example


Text Example

White with #CC7957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7957; }

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

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

background-color css

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

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

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

border-color css

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

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

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