Html Css Color HEX #CDA591 Rose

📋 copy color: '#CDA591'

red 205 ◦ green 165 ◦ blue 145

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

Shades of Rose #CDA591

Tints of Rose #CDA591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.16%

R = 39.81%
G = 32.04%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CDA591 (or 0xCDA591) is known color: Rose. HEX triplet: CD, A5 and 91. RGB value is (205,165,145). Sum of RGB (Red+Green+Blue) = 205+165+145=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA591 is #325A6E. Grayscale: #AEAEAE. Windows color (decimal): -3299951 or 9545165. OLE color: 9545165.

HSL color Cylindrical-coordinate representation of color #CDA591: hue angle of 20º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDA591 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 145 -
CMYK 0 0.20 0.29 0.20
HSL 20º 0.38% 0.69% -
HSV(B) 20º 0.29% 0.8% -
XYZ 43.74 41.93 32.58 -
YUV 174.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 205 165 145 0 0.20 0.29 0.20 20 0.38 0.69
Hex CD A5 91 0 14 1D 14 14 26 45
Octal 315 245 221 0 24 35 24 24 46 105
Binary 11001101 10100101 10010001 0 10100 11101 10100 10100 100110 1000101

Color Harmonies of #CDA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA591

Black with #CDA591

Text Example


Text Example

White with #CDA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA591; }

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

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

background-color css

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

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

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

border-color css

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

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

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