Html Css Color HEX #CCB09B Cashmere

📋 copy color: '#CCB09B'

red 204 ◦ green 176 ◦ blue 155

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

Shades of Cashmere #CCB09B

Tints of Cashmere #CCB09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.97%

R = 38.13%
G = 32.9%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCB09B (or 0xCCB09B) is known color: Cashmere. HEX triplet: CC, B0 and 9B. RGB value is (204,176,155). Sum of RGB (Red+Green+Blue) = 204+176+155=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB09B is #334F64. Grayscale: #B6B6B6. Windows color (decimal): -3362661 or 10203340. OLE color: 10203340.

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

Color convert

RGB 204 176 155 -
CMYK 0 0.14 0.24 0.2
HSL 25.71º 0.32% 0.7% -
HSV(B) 25.71º 0.24% 0.8% -
XYZ 46.34 46.25 37.5 -
YUV 181.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 204 176 155 0 0.14 0.24 0.2 25.71 0.32 0.7
Hex CC B0 9B 0 E 18 14 1A 20 46
Octal 314 260 233 0 16 30 24 32 40 106
Binary 11001100 10110000 10011011 0 1110 11000 10100 11010 100000 1000110

Color Harmonies of #CCB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB09B

Black with #CCB09B

Text Example


Text Example

White with #CCB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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