Html Css Color HEX #CCB09D Cashmere

📋 copy color: '#CCB09D'

red 204 ◦ green 176 ◦ blue 157

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

Shades of Cashmere #CCB09D

Tints of Cashmere #CCB09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.24%

R = 37.99%
G = 32.77%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCB09D (or 0xCCB09D) is known color: Cashmere. HEX triplet: CC, B0 and 9D. RGB value is (204,176,157). Sum of RGB (Red+Green+Blue) = 204+176+157=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB09D is #334F62. Grayscale: #B6B6B6. Windows color (decimal): -3362659 or 10334412. OLE color: 10334412.

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

Color convert

RGB 204 176 157 -
CMYK 0 0.14 0.23 0.2
HSL 24.26º 0.32% 0.71% -
HSV(B) 24.26º 0.23% 0.8% -
XYZ 46.51 46.32 38.39 -
YUV 182.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 204 176 157 0 0.14 0.23 0.2 24.26 0.32 0.71
Hex CC B0 9D 0 E 17 14 18 20 47
Octal 314 260 235 0 16 27 24 30 40 107
Binary 11001100 10110000 10011101 0 1110 10111 10100 11000 100000 1000111

Color Harmonies of #CCB09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB09D

Black with #CCB09D

Text Example


Text Example

White with #CCB09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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