Html Css Color HEX #CDA390 Rose

📋 copy color: '#CDA390'

red 205 ◦ green 163 ◦ blue 144

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

Shades of Rose #CDA390

Tints of Rose #CDA390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.84%

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 40.04%
G = 31.84%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CDA390 (or 0xCDA390) is known color: Rose. HEX triplet: CD, A3 and 90. RGB value is (205,163,144). Sum of RGB (Red+Green+Blue) = 205+163+144=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA390 is #325C6F. Grayscale: #ADADAD. Windows color (decimal): -3300464 or 9479117. OLE color: 9479117.

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

Color convert

RGB 205 163 144 -
CMYK 0 0.20 0.30 0.20
HSL 18.69º 0.38% 0.68% -
HSV(B) 18.69º 0.3% 0.8% -
XYZ 43.31 41.19 32.05 -
YUV 173.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 205 163 144 0 0.20 0.30 0.20 18.69 0.38 0.68
Hex CD A3 90 0 14 1E 14 13 26 44
Octal 315 243 220 0 24 36 24 23 46 104
Binary 11001101 10100011 10010000 0 10100 11110 10100 10011 100110 1000100

Color Harmonies of #CDA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA390

Black with #CDA390

Text Example


Text Example

White with #CDA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA390; }

 p { color: rgb(205,163,144); }

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

background-color css

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

 a { background-color: rgb(205,163,144); }

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

border-color css

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

 span { border-color: rgb(205,163,144); }

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