Html Css Color HEX #CDA095 Rose

📋 copy color: '#CDA095'

red 205 ◦ green 160 ◦ blue 149

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

Shades of Rose #CDA095

Tints of Rose #CDA095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.13%

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

R = 39.88%
G = 31.13%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDA095 (or 0xCDA095) is known color: Rose. HEX triplet: CD, A0 and 95. RGB value is (205,160,149). Sum of RGB (Red+Green+Blue) = 205+160+149=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA095 is #325F6A. Grayscale: #ACACAC. Windows color (decimal): -3301227 or 9806029. OLE color: 9806029.

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

Color convert

RGB 205 160 149 -
CMYK 0 0.22 0.27 0.20
HSL 11.79º 0.36% 0.69% -
HSV(B) 11.79º 0.27% 0.8% -
XYZ 43.17 40.29 33.94 -
YUV 172.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 205 160 149 0 0.22 0.27 0.20 11.79 0.36 0.69
Hex CD A0 95 0 16 1B 14 C 24 45
Octal 315 240 225 0 26 33 24 14 44 105
Binary 11001101 10100000 10010101 0 10110 11011 10100 1100 100100 1000101

Color Harmonies of #CDA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA095

Black with #CDA095

Text Example


Text Example

White with #CDA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA095; }

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

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

background-color css

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

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

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

border-color css

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

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

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