Html Css Color HEX #CC6D55 Japonica

📋 copy color: '#CC6D55'

red 204 ◦ green 109 ◦ blue 85

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

Shades of Japonica #CC6D55

Tints of Japonica #CC6D55

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

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

R = 51.26%
G = 27.39%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC6D55 (or 0xCC6D55) is known color: Japonica. HEX triplet: CC, 6D and 55. RGB value is (204,109,85). Sum of RGB (Red+Green+Blue) = 204+109+85=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D55 is #3392AA. Grayscale: #868686. Windows color (decimal): -3379883 or 5598668. OLE color: 5598668.

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

Color convert

RGB 204 109 85 -
CMYK 0 0.47 0.58 0.2
HSL 12.1º 0.54% 0.57% -
HSV(B) 12.1º 0.58% 0.8% -
XYZ 32.01 24.43 11.62 -
YUV 134.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 204 109 85 0 0.47 0.58 0.2 12.1 0.54 0.57
Hex CC 6D 55 0 2F 3A 14 C 36 39
Octal 314 155 125 0 57 72 24 14 66 71
Binary 11001100 1101101 1010101 0 101111 111010 10100 1100 110110 111001

Color Harmonies of #CC6D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D55

Black with #CC6D55

Text Example


Text Example

White with #CC6D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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