Html Css Color HEX #CCB09F Cashmere

📋 copy color: '#CCB09F'

red 204 ◦ green 176 ◦ blue 159

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

Shades of Cashmere #CCB09F

Tints of Cashmere #CCB09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.5%

R = 37.85%
G = 32.65%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCB09F (or 0xCCB09F) is known color: Cashmere. HEX triplet: CC, B0 and 9F. RGB value is (204,176,159). Sum of RGB (Red+Green+Blue) = 204+176+159=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB09F is #334F60. Grayscale: #B6B6B6. Windows color (decimal): -3362657 or 10465484. OLE color: 10465484.

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

Color convert

RGB 204 176 159 -
CMYK 0 0.14 0.22 0.2
HSL 22.67º 0.31% 0.71% -
HSV(B) 22.67º 0.22% 0.8% -
XYZ 46.69 46.39 39.29 -
YUV 182.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 204 176 159 0 0.14 0.22 0.2 22.67 0.31 0.71
Hex CC B0 9F 0 E 16 14 17 1F 47
Octal 314 260 237 0 16 26 24 27 37 107
Binary 11001100 10110000 10011111 0 1110 10110 10100 10111 11111 1000111

Color Harmonies of #CCB09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB09F

Black with #CCB09F

Text Example


Text Example

White with #CCB09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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