Html Css Color HEX #CDA495 Rose

📋 copy color: '#CDA495'

red 205 ◦ green 164 ◦ blue 149

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

Shades of Rose #CDA495

Tints of Rose #CDA495

RGB

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

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

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

R = 39.58%
G = 31.66%
B = 28.76%

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

#CDA495 (or 0xCDA495) is known color: Rose. HEX triplet: CD, A4 and 95. RGB value is (205,164,149). Sum of RGB (Red+Green+Blue) = 205+164+149=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA495 is #325B6A. Grayscale: #AEAEAE. Windows color (decimal): -3300203 or 9807053. OLE color: 9807053.

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

Color convert

RGB 205 164 149 -
CMYK 0 0.2 0.27 0.20
HSL 16.07º 0.36% 0.69% -
HSV(B) 16.07º 0.27% 0.8% -
XYZ 43.88 41.7 34.17 -
YUV 174.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 205 164 149 0 0.2 0.27 0.20 16.07 0.36 0.69
Hex CD A4 95 0 14 1B 14 10 24 45
Octal 315 244 225 0 24 33 24 20 44 105
Binary 11001101 10100100 10010101 0 10100 11011 10100 10000 100100 1000101

Color Harmonies of #CDA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA495

Black with #CDA495

Text Example


Text Example

White with #CDA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA495; }

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

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

background-color css

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

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

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

border-color css

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

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

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