Html Css Color HEX #CDA393 Rose

📋 copy color: '#CDA393'

red 205 ◦ green 163 ◦ blue 147

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

Shades of Rose #CDA393

Tints of Rose #CDA393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 39.81%
G = 31.65%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CDA393 (or 0xCDA393) is known color: Rose. HEX triplet: CD, A3 and 93. RGB value is (205,163,147). Sum of RGB (Red+Green+Blue) = 205+163+147=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA393 is #325C6C. Grayscale: #ADADAD. Windows color (decimal): -3300461 or 9675725. OLE color: 9675725.

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

Color convert

RGB 205 163 147 -
CMYK 0 0.20 0.28 0.20
HSL 16.55º 0.37% 0.69% -
HSV(B) 16.55º 0.28% 0.8% -
XYZ 43.54 41.28 33.28 -
YUV 173.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 205 163 147 0 0.20 0.28 0.20 16.55 0.37 0.69
Hex CD A3 93 0 14 1C 14 11 25 45
Octal 315 243 223 0 24 34 24 21 45 105
Binary 11001101 10100011 10010011 0 10100 11100 10100 10001 100101 1000101

Color Harmonies of #CDA393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA393

Black with #CDA393

Text Example


Text Example

White with #CDA393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA393; }

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

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

background-color css

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

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

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

border-color css

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

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

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