Html Css Color HEX #CC6B5F Japonica

📋 copy color: '#CC6B5F'

red 204 ◦ green 107 ◦ blue 95

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

Shades of Japonica #CC6B5F

Tints of Japonica #CC6B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 50.25%
G = 26.35%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC6B5F (or 0xCC6B5F) is known color: Japonica. HEX triplet: CC, 6B and 5F. RGB value is (204,107,95). Sum of RGB (Red+Green+Blue) = 204+107+95=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B5F is #3394A0. Grayscale: #868686. Windows color (decimal): -3380385 or 6253516. OLE color: 6253516.

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

Color convert

RGB 204 107 95 -
CMYK 0 0.48 0.53 0.2
HSL 6.61º 0.52% 0.59% -
HSV(B) 6.61º 0.53% 0.8% -
XYZ 32.23 24.18 13.8 -
YUV 134.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 204 107 95 0 0.48 0.53 0.2 6.61 0.52 0.59
Hex CC 6B 5F 0 30 35 14 7 34 3B
Octal 314 153 137 0 60 65 24 7 64 73
Binary 11001100 1101011 1011111 0 110000 110101 10100 111 110100 111011

Color Harmonies of #CC6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B5F

Black with #CC6B5F

Text Example


Text Example

White with #CC6B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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