Html Css Color HEX #CDA695 Rose

📋 copy color: '#CDA695'

red 205 ◦ green 166 ◦ blue 149

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

Shades of Rose #CDA695

Tints of Rose #CDA695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.92%

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

R = 39.42%
G = 31.92%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDA695 (or 0xCDA695) is known color: Rose. HEX triplet: CD, A6 and 95. RGB value is (205,166,149). Sum of RGB (Red+Green+Blue) = 205+166+149=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA695 is #32596A. Grayscale: #AFAFAF. Windows color (decimal): -3299691 or 9807565. OLE color: 9807565.

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

Color convert

RGB 205 166 149 -
CMYK 0 0.19 0.27 0.20
HSL 18.21º 0.36% 0.69% -
HSV(B) 18.21º 0.27% 0.8% -
XYZ 44.24 42.42 34.29 -
YUV 175.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 205 166 149 0 0.19 0.27 0.20 18.21 0.36 0.69
Hex CD A6 95 0 13 1B 14 12 24 45
Octal 315 246 225 0 23 33 24 22 44 105
Binary 11001101 10100110 10010101 0 10011 11011 10100 10010 100100 1000101

Color Harmonies of #CDA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA695

Black with #CDA695

Text Example


Text Example

White with #CDA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA695; }

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

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

background-color css

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

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

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

border-color css

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

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

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