Html Css Color HEX #CDA496 Rose

📋 copy color: '#CDA496'

red 205 ◦ green 164 ◦ blue 150

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

Shades of Rose #CDA496

Tints of Rose #CDA496

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.6%

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

R = 39.5%
G = 31.6%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDA496 (or 0xCDA496) is known color: Rose. HEX triplet: CD, A4 and 96. RGB value is (205,164,150). Sum of RGB (Red+Green+Blue) = 205+164+150=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA496 is #325B69. Grayscale: #AEAEAE. Windows color (decimal): -3300202 or 9872589. OLE color: 9872589.

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

Color convert

RGB 205 164 150 -
CMYK 0 0.2 0.27 0.20
HSL 15.27º 0.35% 0.7% -
HSV(B) 15.27º 0.27% 0.8% -
XYZ 43.96 41.73 34.59 -
YUV 174.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 205 164 150 0 0.2 0.27 0.20 15.27 0.35 0.7
Hex CD A4 96 0 14 1B 14 F 23 46
Octal 315 244 226 0 24 33 24 17 43 106
Binary 11001101 10100100 10010110 0 10100 11011 10100 1111 100011 1000110

Color Harmonies of #CDA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA496

Black with #CDA496

Text Example


Text Example

White with #CDA496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA496; }

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

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

background-color css

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

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

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

border-color css

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

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

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