Html Css Color HEX #CCB99B Vanilla

📋 copy color: '#CCB99B'

red 204 ◦ green 185 ◦ blue 155

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

Shades of Vanilla #CCB99B

Tints of Vanilla #CCB99B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.01%

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

R = 37.5%
G = 34.01%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCB99B (or 0xCCB99B) is known color: Vanilla. HEX triplet: CC, B9 and 9B. RGB value is (204,185,155). Sum of RGB (Red+Green+Blue) = 204+185+155=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB99B is #334664. Grayscale: #BBBBBB. Windows color (decimal): -3360357 or 10205644. OLE color: 10205644.

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

Color convert

RGB 204 185 155 -
CMYK 0 0.09 0.24 0.2
HSL 36.73º 0.32% 0.7% -
HSV(B) 36.73º 0.24% 0.8% -
XYZ 48.17 49.9 38.1 -
YUV 187.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 204 185 155 0 0.09 0.24 0.2 36.73 0.32 0.7
Hex CC B9 9B 0 9 18 14 25 20 46
Octal 314 271 233 0 11 30 24 45 40 106
Binary 11001100 10111001 10011011 0 1001 11000 10100 100101 100000 1000110

Color Harmonies of #CCB99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB99B

Black with #CCB99B

Text Example


Text Example

White with #CCB99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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