Html Css Color HEX #CCB09C Cashmere

📋 copy color: '#CCB09C'

red 204 ◦ green 176 ◦ blue 156

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

Shades of Cashmere #CCB09C

Tints of Cashmere #CCB09C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.84%

 BLUE value IS 156 (61.33% from 255) = 29.1%

R = 38.06%
G = 32.84%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCB09C (or 0xCCB09C) is known color: Cashmere. HEX triplet: CC, B0 and 9C. RGB value is (204,176,156). Sum of RGB (Red+Green+Blue) = 204+176+156=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB09C is #334F63. Grayscale: #B6B6B6. Windows color (decimal): -3362660 or 10268876. OLE color: 10268876.

HSL color Cylindrical-coordinate representation of color #CCB09C: hue angle of 25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB09C is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 156 -
CMYK 0 0.14 0.24 0.2
HSL 25º 0.32% 0.71% -
HSV(B) 25º 0.24% 0.8% -
XYZ 46.43 46.29 37.94 -
YUV 182.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 204 176 156 0 0.14 0.24 0.2 25 0.32 0.71
Hex CC B0 9C 0 E 18 14 19 20 47
Octal 314 260 234 0 16 30 24 31 40 107
Binary 11001100 10110000 10011100 0 1110 11000 10100 11001 100000 1000111

Color Harmonies of #CCB09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB09C

Black with #CCB09C

Text Example


Text Example

White with #CCB09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB09C; }

 p { color: rgb(204,176,156); }

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

background-color css

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

 a { background-color: rgb(204,176,156); }

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

border-color css

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

 span { border-color: rgb(204,176,156); }

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