Html Css Color HEX #CCB499 Vanilla

📋 copy color: '#CCB499'

red 204 ◦ green 180 ◦ blue 153

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

Shades of Vanilla #CCB499

Tints of Vanilla #CCB499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.49%

R = 37.99%
G = 33.52%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCB499 (or 0xCCB499) is known color: Vanilla. HEX triplet: CC, B4 and 99. RGB value is (204,180,153). Sum of RGB (Red+Green+Blue) = 204+180+153=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB499 is #334B66. Grayscale: #B8B8B8. Windows color (decimal): -3361639 or 10073292. OLE color: 10073292.

HSL color Cylindrical-coordinate representation of color #CCB499: hue angle of 31.76º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB499 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 153 -
CMYK 0 0.12 0.25 0.2
HSL 31.76º 0.33% 0.7% -
HSV(B) 31.76º 0.25% 0.8% -
XYZ 46.97 47.78 36.88 -
YUV 184.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 204 180 153 0 0.12 0.25 0.2 31.76 0.33 0.7
Hex CC B4 99 0 C 19 14 20 21 46
Octal 314 264 231 0 14 31 24 40 41 106
Binary 11001100 10110100 10011001 0 1100 11001 10100 100000 100001 1000110

Color Harmonies of #CCB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB499

Black with #CCB499

Text Example


Text Example

White with #CCB499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB499; }

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

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

background-color css

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

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

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

border-color css

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

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

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