Html Css Color HEX #CCB69B Vanilla

📋 copy color: '#CCB69B'

red 204 ◦ green 182 ◦ blue 155

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

Shades of Vanilla #CCB69B

Tints of Vanilla #CCB69B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.64%

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

R = 37.71%
G = 33.64%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCB69B (or 0xCCB69B) is known color: Vanilla. HEX triplet: CC, B6 and 9B. RGB value is (204,182,155). Sum of RGB (Red+Green+Blue) = 204+182+155=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB69B is #334964. Grayscale: #B9B9B9. Windows color (decimal): -3361125 or 10204876. OLE color: 10204876.

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

Color convert

RGB 204 182 155 -
CMYK 0 0.11 0.24 0.2
HSL 33.06º 0.32% 0.7% -
HSV(B) 33.06º 0.24% 0.8% -
XYZ 47.55 48.66 37.9 -
YUV 185.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 204 182 155 0 0.11 0.24 0.2 33.06 0.32 0.7
Hex CC B6 9B 0 B 18 14 21 20 46
Octal 314 266 233 0 13 30 24 41 40 106
Binary 11001100 10110110 10011011 0 1011 11000 10100 100001 100000 1000110

Color Harmonies of #CCB69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB69B

Black with #CCB69B

Text Example


Text Example

White with #CCB69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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