Html Css Color HEX #CC6C5B Japonica

📋 copy color: '#CC6C5B'

red 204 ◦ green 108 ◦ blue 91

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

Shades of Japonica #CC6C5B

Tints of Japonica #CC6C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 50.62%
G = 26.8%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC6C5B (or 0xCC6C5B) is known color: Japonica. HEX triplet: CC, 6C and 5B. RGB value is (204,108,91). Sum of RGB (Red+Green+Blue) = 204+108+91=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C5B is #3393A4. Grayscale: #868686. Windows color (decimal): -3380133 or 5991628. OLE color: 5991628.

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

Color convert

RGB 204 108 91 -
CMYK 0 0.47 0.55 0.2
HSL 9.03º 0.53% 0.58% -
HSV(B) 9.03º 0.55% 0.8% -
XYZ 32.15 24.32 12.9 -
YUV 134.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 204 108 91 0 0.47 0.55 0.2 9.03 0.53 0.58
Hex CC 6C 5B 0 2F 37 14 9 35 3A
Octal 314 154 133 0 57 67 24 11 65 72
Binary 11001100 1101100 1011011 0 101111 110111 10100 1001 110101 111010

Color Harmonies of #CC6C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C5B

Black with #CC6C5B

Text Example


Text Example

White with #CC6C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C5B; }

 p { color: rgb(204,108,91); }

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

background-color css

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

 a { background-color: rgb(204,108,91); }

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

border-color css

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

 span { border-color: rgb(204,108,91); }

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