Html Css Color HEX #CCB195 Cashmere

📋 copy color: '#CCB195'

red 204 ◦ green 177 ◦ blue 149

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

Shades of Cashmere #CCB195

Tints of Cashmere #CCB195

RGB

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

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

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

R = 38.49%
G = 33.4%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCB195 (or 0xCCB195) is known color: Cashmere. HEX triplet: CC, B1 and 95. RGB value is (204,177,149). Sum of RGB (Red+Green+Blue) = 204+177+149=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB195 is #334E6A. Grayscale: #B6B6B6. Windows color (decimal): -3362411 or 9810380. OLE color: 9810380.

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

Color convert

RGB 204 177 149 -
CMYK 0 0.13 0.27 0.2
HSL 30.55º 0.35% 0.69% -
HSV(B) 30.55º 0.27% 0.8% -
XYZ 46.05 46.45 34.97 -
YUV 181.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 204 177 149 0 0.13 0.27 0.2 30.55 0.35 0.69
Hex CC B1 95 0 D 1B 14 1F 23 45
Octal 314 261 225 0 15 33 24 37 43 105
Binary 11001100 10110001 10010101 0 1101 11011 10100 11111 100011 1000101

Color Harmonies of #CCB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB195

Black with #CCB195

Text Example


Text Example

White with #CCB195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB195; }

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

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

background-color css

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

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

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

border-color css

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

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

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