Html Css Color HEX #CCB19C Cashmere

📋 copy color: '#CCB19C'

red 204 ◦ green 177 ◦ blue 156

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

Shades of Cashmere #CCB19C

Tints of Cashmere #CCB19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.96%

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

R = 37.99%
G = 32.96%
B = 29.05%

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

#CCB19C (or 0xCCB19C) is known color: Cashmere. HEX triplet: CC, B1 and 9C. RGB value is (204,177,156). Sum of RGB (Red+Green+Blue) = 204+177+156=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB19C is #334E63. Grayscale: #B6B6B6. Windows color (decimal): -3362404 or 10269132. OLE color: 10269132.

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

Color convert

RGB 204 177 156 -
CMYK 0 0.13 0.24 0.2
HSL 26.25º 0.32% 0.71% -
HSV(B) 26.25º 0.24% 0.8% -
XYZ 46.62 46.68 38.01 -
YUV 182.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 204 177 156 0 0.13 0.24 0.2 26.25 0.32 0.71
Hex CC B1 9C 0 D 18 14 1A 20 47
Octal 314 261 234 0 15 30 24 32 40 107
Binary 11001100 10110001 10011100 0 1101 11000 10100 11010 100000 1000111

Color Harmonies of #CCB19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB19C

Black with #CCB19C

Text Example


Text Example

White with #CCB19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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