Html Css Color HEX #CC6C5F Japonica

📋 copy color: '#CC6C5F'

red 204 ◦ green 108 ◦ blue 95

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

Shades of Japonica #CC6C5F

Tints of Japonica #CC6C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 50.12%
G = 26.54%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC6C5F (or 0xCC6C5F) is known color: Japonica. HEX triplet: CC, 6C and 5F. RGB value is (204,108,95). Sum of RGB (Red+Green+Blue) = 204+108+95=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C5F is #3393A0. Grayscale: #878787. Windows color (decimal): -3380129 or 6253772. OLE color: 6253772.

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

Color convert

RGB 204 108 95 -
CMYK 0 0.47 0.53 0.2
HSL 7.16º 0.52% 0.59% -
HSV(B) 7.16º 0.53% 0.8% -
XYZ 32.33 24.39 13.83 -
YUV 135.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 204 108 95 0 0.47 0.53 0.2 7.16 0.52 0.59
Hex CC 6C 5F 0 2F 35 14 7 34 3B
Octal 314 154 137 0 57 65 24 7 64 73
Binary 11001100 1101100 1011111 0 101111 110101 10100 111 110100 111011

Color Harmonies of #CC6C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C5F

Black with #CC6C5F

Text Example


Text Example

White with #CC6C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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