Html Css Color HEX #CCB49B Vanilla

📋 copy color: '#CCB49B'

red 204 ◦ green 180 ◦ blue 155

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

Shades of Vanilla #CCB49B

Tints of Vanilla #CCB49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.4%

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

R = 37.85%
G = 33.4%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCB49B (or 0xCCB49B) is known color: Vanilla. HEX triplet: CC, B4 and 9B. RGB value is (204,180,155). Sum of RGB (Red+Green+Blue) = 204+180+155=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB49B is #334B64. Grayscale: #B8B8B8. Windows color (decimal): -3361637 or 10204364. OLE color: 10204364.

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

Color convert

RGB 204 180 155 -
CMYK 0 0.12 0.24 0.2
HSL 30.61º 0.32% 0.7% -
HSV(B) 30.61º 0.24% 0.8% -
XYZ 47.14 47.85 37.76 -
YUV 184.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 204 180 155 0 0.12 0.24 0.2 30.61 0.32 0.7
Hex CC B4 9B 0 C 18 14 1F 20 46
Octal 314 264 233 0 14 30 24 37 40 106
Binary 11001100 10110100 10011011 0 1100 11000 10100 11111 100000 1000110

Color Harmonies of #CCB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB49B

Black with #CCB49B

Text Example


Text Example

White with #CCB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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