Html Css Color HEX #CDA093 Rose

📋 copy color: '#CDA093'

red 205 ◦ green 160 ◦ blue 147

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

Shades of Rose #CDA093

Tints of Rose #CDA093

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.25%

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

R = 40.04%
G = 31.25%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CDA093 (or 0xCDA093) is known color: Rose. HEX triplet: CD, A0 and 93. RGB value is (205,160,147). Sum of RGB (Red+Green+Blue) = 205+160+147=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA093 is #325F6C. Grayscale: #ACACAC. Windows color (decimal): -3301229 or 9674957. OLE color: 9674957.

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

Color convert

RGB 205 160 147 -
CMYK 0 0.22 0.28 0.20
HSL 13.45º 0.37% 0.69% -
HSV(B) 13.45º 0.28% 0.8% -
XYZ 43.01 40.23 33.1 -
YUV 171.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 205 160 147 0 0.22 0.28 0.20 13.45 0.37 0.69
Hex CD A0 93 0 16 1C 14 D 25 45
Octal 315 240 223 0 26 34 24 15 45 105
Binary 11001101 10100000 10010011 0 10110 11100 10100 1101 100101 1000101

Color Harmonies of #CDA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA093

Black with #CDA093

Text Example


Text Example

White with #CDA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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