Html Css Color HEX #CCB096 Cashmere

📋 copy color: '#CCB096'

red 204 ◦ green 176 ◦ blue 150

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

Shades of Cashmere #CCB096

Tints of Cashmere #CCB096

RGB

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

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

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

R = 38.49%
G = 33.21%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCB096 (or 0xCCB096) is known color: Cashmere. HEX triplet: CC, B0 and 96. RGB value is (204,176,150). Sum of RGB (Red+Green+Blue) = 204+176+150=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB096 is #334F69. Grayscale: #B5B5B5. Windows color (decimal): -3362666 or 9875660. OLE color: 9875660.

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

Color convert

RGB 204 176 150 -
CMYK 0 0.14 0.26 0.2
HSL 28.89º 0.35% 0.69% -
HSV(B) 28.89º 0.26% 0.8% -
XYZ 45.93 46.09 35.33 -
YUV 181.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 204 176 150 0 0.14 0.26 0.2 28.89 0.35 0.69
Hex CC B0 96 0 E 1A 14 1D 23 45
Octal 314 260 226 0 16 32 24 35 43 105
Binary 11001100 10110000 10010110 0 1110 11010 10100 11101 100011 1000101

Color Harmonies of #CCB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB096

Black with #CCB096

Text Example


Text Example

White with #CCB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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