Html Css Color HEX #CCB29C Cashmere

📋 copy color: '#CCB29C'

red 204 ◦ green 178 ◦ blue 156

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

Shades of Cashmere #CCB29C

Tints of Cashmere #CCB29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.09%

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

R = 37.92%
G = 33.09%
B = 29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCB29C (or 0xCCB29C) is known color: Cashmere. HEX triplet: CC, B2 and 9C. RGB value is (204,178,156). Sum of RGB (Red+Green+Blue) = 204+178+156=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB29C is #334D63. Grayscale: #B7B7B7. Windows color (decimal): -3362148 or 10269388. OLE color: 10269388.

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

Color convert

RGB 204 178 156 -
CMYK 0 0.13 0.24 0.2
HSL 27.5º 0.32% 0.71% -
HSV(B) 27.5º 0.24% 0.8% -
XYZ 46.82 47.08 38.07 -
YUV 183.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 204 178 156 0 0.13 0.24 0.2 27.5 0.32 0.71
Hex CC B2 9C 0 D 18 14 1C 20 47
Octal 314 262 234 0 15 30 24 34 40 107
Binary 11001100 10110010 10011100 0 1101 11000 10100 11100 100000 1000111

Color Harmonies of #CCB29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB29C

Black with #CCB29C

Text Example


Text Example

White with #CCB29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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