Html Css Color HEX #CDB295 Cashmere

📋 copy color: '#CDB295'

red 205 ◦ green 178 ◦ blue 149

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

Shades of Cashmere #CDB295

Tints of Cashmere #CDB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.46%

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

R = 38.53%
G = 33.46%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDB295 (or 0xCDB295) is known color: Cashmere. HEX triplet: CD, B2 and 95. RGB value is (205,178,149). Sum of RGB (Red+Green+Blue) = 205+178+149=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB295 is #324D6A. Grayscale: #B6B6B6. Windows color (decimal): -3296619 or 9810637. OLE color: 9810637.

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

Color convert

RGB 205 178 149 -
CMYK 0 0.13 0.27 0.20
HSL 31.07º 0.36% 0.69% -
HSV(B) 31.07º 0.27% 0.8% -
XYZ 46.52 46.99 35.05 -
YUV 182.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 205 178 149 0 0.13 0.27 0.20 31.07 0.36 0.69
Hex CD B2 95 0 D 1B 14 1F 24 45
Octal 315 262 225 0 15 33 24 37 44 105
Binary 11001101 10110010 10010101 0 1101 11011 10100 11111 100100 1000101

Color Harmonies of #CDB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB295

Black with #CDB295

Text Example


Text Example

White with #CDB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB295; }

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

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

background-color css

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

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

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

border-color css

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

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

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