Html Css Color HEX #CCB196 Cashmere

📋 copy color: '#CCB196'

red 204 ◦ green 177 ◦ blue 150

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

Shades of Cashmere #CCB196

Tints of Cashmere #CCB196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.25%

R = 38.42%
G = 33.33%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCB196 (or 0xCCB196) is known color: Cashmere. HEX triplet: CC, B1 and 96. RGB value is (204,177,150). Sum of RGB (Red+Green+Blue) = 204+177+150=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB196 is #334E69. Grayscale: #B6B6B6. Windows color (decimal): -3362410 or 9875916. OLE color: 9875916.

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

Color convert

RGB 204 177 150 -
CMYK 0 0.13 0.26 0.2
HSL 30º 0.35% 0.69% -
HSV(B) 30º 0.26% 0.8% -
XYZ 46.13 46.48 35.4 -
YUV 182 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 204 177 150 0 0.13 0.26 0.2 30 0.35 0.69
Hex CC B1 96 0 D 1A 14 1E 23 45
Octal 314 261 226 0 15 32 24 36 43 105
Binary 11001100 10110001 10010110 0 1101 11010 10100 11110 100011 1000101

Color Harmonies of #CCB196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB196

Black with #CCB196

Text Example


Text Example

White with #CCB196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB196; }

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

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

background-color css

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

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

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

border-color css

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

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

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