Html Css Color HEX #CDB595 Vanilla

📋 copy color: '#CDB595'

red 205 ◦ green 181 ◦ blue 149

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

Shades of Vanilla #CDB595

Tints of Vanilla #CDB595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.83%

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

R = 38.32%
G = 33.83%
B = 27.85%

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

#CDB595 (or 0xCDB595) is known color: Vanilla. HEX triplet: CD, B5 and 95. RGB value is (205,181,149). Sum of RGB (Red+Green+Blue) = 205+181+149=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB595 is #324A6A. Grayscale: #B8B8B8. Windows color (decimal): -3295851 or 9811405. OLE color: 9811405.

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

Color convert

RGB 205 181 149 -
CMYK 0 0.12 0.27 0.20
HSL 34.29º 0.36% 0.69% -
HSV(B) 34.29º 0.27% 0.8% -
XYZ 47.13 48.2 35.25 -
YUV 184.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 205 181 149 0 0.12 0.27 0.20 34.29 0.36 0.69
Hex CD B5 95 0 C 1B 14 22 24 45
Octal 315 265 225 0 14 33 24 42 44 105
Binary 11001101 10110101 10010101 0 1100 11011 10100 100010 100100 1000101

Color Harmonies of #CDB595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB595

Black with #CDB595

Text Example


Text Example

White with #CDB595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB595; }

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

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

background-color css

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

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

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

border-color css

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

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

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