Html Css Color HEX #CCB498 Vanilla

📋 copy color: '#CCB498'

red 204 ◦ green 180 ◦ blue 152

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

Shades of Vanilla #CCB498

Tints of Vanilla #CCB498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.36%

R = 38.06%
G = 33.58%
B = 28.36%

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

#CCB498 (or 0xCCB498) is known color: Vanilla. HEX triplet: CC, B4 and 98. RGB value is (204,180,152). Sum of RGB (Red+Green+Blue) = 204+180+152=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB498 is #334B67. Grayscale: #B8B8B8. Windows color (decimal): -3361640 or 10007756. OLE color: 10007756.

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

Color convert

RGB 204 180 152 -
CMYK 0 0.12 0.25 0.2
HSL 32.31º 0.34% 0.7% -
HSV(B) 32.31º 0.25% 0.8% -
XYZ 46.89 47.75 36.45 -
YUV 183.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 204 180 152 0 0.12 0.25 0.2 32.31 0.34 0.7
Hex CC B4 98 0 C 19 14 20 22 46
Octal 314 264 230 0 14 31 24 40 42 106
Binary 11001100 10110100 10011000 0 1100 11001 10100 100000 100010 1000110

Color Harmonies of #CCB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB498

Black with #CCB498

Text Example


Text Example

White with #CCB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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