Html Css Color HEX #CDB296 Cashmere

📋 copy color: '#CDB296'

red 205 ◦ green 178 ◦ blue 150

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

Shades of Cashmere #CDB296

Tints of Cashmere #CDB296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.14%

R = 38.46%
G = 33.4%
B = 28.14%

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

#CDB296 (or 0xCDB296) is known color: Cashmere. HEX triplet: CD, B2 and 96. RGB value is (205,178,150). Sum of RGB (Red+Green+Blue) = 205+178+150=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB296 is #324D69. Grayscale: #B7B7B7. Windows color (decimal): -3296618 or 9876173. OLE color: 9876173.

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

Color convert

RGB 205 178 150 -
CMYK 0 0.13 0.27 0.20
HSL 30.55º 0.35% 0.7% -
HSV(B) 30.55º 0.27% 0.8% -
XYZ 46.6 47.02 35.47 -
YUV 182.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 205 178 150 0 0.13 0.27 0.20 30.55 0.35 0.7
Hex CD B2 96 0 D 1B 14 1F 23 46
Octal 315 262 226 0 15 33 24 37 43 106
Binary 11001101 10110010 10010110 0 1101 11011 10100 11111 100011 1000110

Color Harmonies of #CDB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB296

Black with #CDB296

Text Example


Text Example

White with #CDB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB296; }

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

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

background-color css

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

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

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

border-color css

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

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

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