Html Css Color HEX #CCB19E Cashmere

📋 copy color: '#CCB19E'

red 204 ◦ green 177 ◦ blue 158

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

Shades of Cashmere #CCB19E

Tints of Cashmere #CCB19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.31%

R = 37.85%
G = 32.84%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCB19E (or 0xCCB19E) is known color: Cashmere. HEX triplet: CC, B1 and 9E. RGB value is (204,177,158). Sum of RGB (Red+Green+Blue) = 204+177+158=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB19E is #334E61. Grayscale: #B7B7B7. Windows color (decimal): -3362402 or 10400204. OLE color: 10400204.

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

Color convert

RGB 204 177 158 -
CMYK 0 0.13 0.23 0.2
HSL 24.78º 0.31% 0.71% -
HSV(B) 24.78º 0.23% 0.8% -
XYZ 46.8 46.75 38.91 -
YUV 182.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 204 177 158 0 0.13 0.23 0.2 24.78 0.31 0.71
Hex CC B1 9E 0 D 17 14 19 1F 47
Octal 314 261 236 0 15 27 24 31 37 107
Binary 11001100 10110001 10011110 0 1101 10111 10100 11001 11111 1000111

Color Harmonies of #CCB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB19E

Black with #CCB19E

Text Example


Text Example

White with #CCB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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