Html Css Color HEX #CC7655 Japonica

📋 copy color: '#CC7655'

red 204 ◦ green 118 ◦ blue 85

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

Shades of Japonica #CC7655

Tints of Japonica #CC7655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

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

R = 50.12%
G = 28.99%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC7655 (or 0xCC7655) is known color: Japonica. HEX triplet: CC, 76 and 55. RGB value is (204,118,85). Sum of RGB (Red+Green+Blue) = 204+118+85=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7655 is #3389AA. Grayscale: #8C8C8C. Windows color (decimal): -3377579 or 5600972. OLE color: 5600972.

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

Color convert

RGB 204 118 85 -
CMYK 0 0.42 0.58 0.2
HSL 16.64º 0.54% 0.57% -
HSV(B) 16.64º 0.58% 0.8% -
XYZ 33.02 26.45 11.96 -
YUV 139.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 204 118 85 0 0.42 0.58 0.2 16.64 0.54 0.57
Hex CC 76 55 0 2A 3A 14 11 36 39
Octal 314 166 125 0 52 72 24 21 66 71
Binary 11001100 1110110 1010101 0 101010 111010 10100 10001 110110 111001

Color Harmonies of #CC7655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7655

Black with #CC7655

Text Example


Text Example

White with #CC7655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7655; }

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

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

background-color css

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

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

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

border-color css

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

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

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