Html Css Color HEX #CC7557 Japonica

📋 copy color: '#CC7557'

red 204 ◦ green 117 ◦ blue 87

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

Shades of Japonica #CC7557

Tints of Japonica #CC7557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.68%

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

R = 50%
G = 28.68%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC7557 (or 0xCC7557) is known color: Japonica. HEX triplet: CC, 75 and 57. RGB value is (204,117,87). Sum of RGB (Red+Green+Blue) = 204+117+87=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7557 is #338AA8. Grayscale: #8B8B8B. Windows color (decimal): -3377833 or 5731788. OLE color: 5731788.

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

Color convert

RGB 204 117 87 -
CMYK 0 0.43 0.57 0.2
HSL 15.38º 0.53% 0.57% -
HSV(B) 15.38º 0.57% 0.8% -
XYZ 32.98 26.25 12.34 -
YUV 139.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 204 117 87 0 0.43 0.57 0.2 15.38 0.53 0.57
Hex CC 75 57 0 2B 39 14 F 35 39
Octal 314 165 127 0 53 71 24 17 65 71
Binary 11001100 1110101 1010111 0 101011 111001 10100 1111 110101 111001

Color Harmonies of #CC7557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7557

Black with #CC7557

Text Example


Text Example

White with #CC7557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7557; }

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

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

background-color css

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

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

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

border-color css

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

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

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