Html Css Color HEX #CCB095 Cashmere

📋 copy color: '#CCB095'

red 204 ◦ green 176 ◦ blue 149

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

Shades of Cashmere #CCB095

Tints of Cashmere #CCB095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.17%

R = 38.56%
G = 33.27%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCB095 (or 0xCCB095) is known color: Cashmere. HEX triplet: CC, B0 and 95. RGB value is (204,176,149). Sum of RGB (Red+Green+Blue) = 204+176+149=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB095 is #334F6A. Grayscale: #B5B5B5. Windows color (decimal): -3362667 or 9810124. OLE color: 9810124.

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

Color convert

RGB 204 176 149 -
CMYK 0 0.14 0.27 0.2
HSL 29.45º 0.35% 0.69% -
HSV(B) 29.45º 0.27% 0.8% -
XYZ 45.85 46.06 34.91 -
YUV 181.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 204 176 149 0 0.14 0.27 0.2 29.45 0.35 0.69
Hex CC B0 95 0 E 1B 14 1D 23 45
Octal 314 260 225 0 16 33 24 35 43 105
Binary 11001100 10110000 10010101 0 1110 11011 10100 11101 100011 1000101

Color Harmonies of #CCB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB095

Black with #CCB095

Text Example


Text Example

White with #CCB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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