Html Css Color HEX #CDA596 Rose

📋 copy color: '#CDA596'

red 205 ◦ green 165 ◦ blue 150

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

Shades of Rose #CDA596

Tints of Rose #CDA596

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.73%

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

R = 39.42%
G = 31.73%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDA596 (or 0xCDA596) is known color: Rose. HEX triplet: CD, A5 and 96. RGB value is (205,165,150). Sum of RGB (Red+Green+Blue) = 205+165+150=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA596 is #325A69. Grayscale: #AFAFAF. Windows color (decimal): -3299946 or 9872845. OLE color: 9872845.

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

Color convert

RGB 205 165 150 -
CMYK 0 0.20 0.27 0.20
HSL 16.36º 0.35% 0.7% -
HSV(B) 16.36º 0.27% 0.8% -
XYZ 44.14 42.09 34.65 -
YUV 175.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 205 165 150 0 0.20 0.27 0.20 16.36 0.35 0.7
Hex CD A5 96 0 14 1B 14 10 23 46
Octal 315 245 226 0 24 33 24 20 43 106
Binary 11001101 10100101 10010110 0 10100 11011 10100 10000 100011 1000110

Color Harmonies of #CDA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA596

Black with #CDA596

Text Example


Text Example

White with #CDA596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA596; }

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

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

background-color css

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

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

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

border-color css

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

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

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