Html Css Color HEX #CEB498 Vanilla

📋 copy color: '#CEB498'

red 206 ◦ green 180 ◦ blue 152

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

Shades of Vanilla #CEB498

Tints of Vanilla #CEB498

RGB

 RED value IS 206 (80.86% from 255) = 38.29%

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

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

R = 38.29%
G = 33.46%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CEB498 (or 0xCEB498) is known color: Vanilla. HEX triplet: CE, B4 and 98. RGB value is (206,180,152). Sum of RGB (Red+Green+Blue) = 206+180+152=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB498 is #314B67. Grayscale: #B8B8B8. Windows color (decimal): -3230568 or 10007758. OLE color: 10007758.

HSL color Cylindrical-coordinate representation of color #CEB498: hue angle of 31.11º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB498 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 180 152 -
CMYK 0 0.13 0.26 0.19
HSL 31.11º 0.36% 0.7% -
HSV(B) 31.11º 0.26% 0.81% -
XYZ 47.44 48.03 36.48 -
YUV 184.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 206 180 152 0 0.13 0.26 0.19 31.11 0.36 0.7
Hex CE B4 98 0 D 1A 13 1F 24 46
Octal 316 264 230 0 15 32 23 37 44 106
Binary 11001110 10110100 10011000 0 1101 11010 10011 11111 100100 1000110

Color Harmonies of #CEB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB498

Black with #CEB498

Text Example


Text Example

White with #CEB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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