Html Css Color HEX #CDB495 Vanilla

📋 copy color: '#CDB495'

red 205 ◦ green 180 ◦ blue 149

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

Shades of Vanilla #CDB495

Tints of Vanilla #CDB495

RGB

 RED value IS 205 (80.47% from 255) = 38.39%

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

 BLUE value IS 149 (58.59% from 255) = 27.9%

R = 38.39%
G = 33.71%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDB495 (or 0xCDB495) is known color: Vanilla. HEX triplet: CD, B4 and 95. RGB value is (205,180,149). Sum of RGB (Red+Green+Blue) = 205+180+149=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB495 is #324B6A. Grayscale: #B8B8B8. Windows color (decimal): -3296107 or 9811149. OLE color: 9811149.

HSL color Cylindrical-coordinate representation of color #CDB495: hue angle of 33.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDB495 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 180 149 -
CMYK 0 0.12 0.27 0.20
HSL 33.21º 0.36% 0.69% -
HSV(B) 33.21º 0.27% 0.8% -
XYZ 46.92 47.79 35.19 -
YUV 183.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 205 180 149 0 0.12 0.27 0.20 33.21 0.36 0.69
Hex CD B4 95 0 C 1B 14 21 24 45
Octal 315 264 225 0 14 33 24 41 44 105
Binary 11001101 10110100 10010101 0 1100 11011 10100 100001 100100 1000101

Color Harmonies of #CDB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB495

Black with #CDB495

Text Example


Text Example

White with #CDB495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB495; }

 p { color: rgb(205,180,149); }

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

background-color css

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

 a { background-color: rgb(205,180,149); }

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

border-color css

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

 span { border-color: rgb(205,180,149); }

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