Html Css Color HEX #CDA693 Rose

📋 copy color: '#CDA693'

red 205 ◦ green 166 ◦ blue 147

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

Shades of Rose #CDA693

Tints of Rose #CDA693

RGB

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

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

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

R = 39.58%
G = 32.05%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CDA693 (or 0xCDA693) is known color: Rose. HEX triplet: CD, A6 and 93. RGB value is (205,166,147). Sum of RGB (Red+Green+Blue) = 205+166+147=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA693 is #32596C. Grayscale: #AFAFAF. Windows color (decimal): -3299693 or 9676493. OLE color: 9676493.

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

Color convert

RGB 205 166 147 -
CMYK 0 0.19 0.28 0.20
HSL 19.66º 0.37% 0.69% -
HSV(B) 19.66º 0.28% 0.8% -
XYZ 44.08 42.36 33.46 -
YUV 175.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 205 166 147 0 0.19 0.28 0.20 19.66 0.37 0.69
Hex CD A6 93 0 13 1C 14 14 25 45
Octal 315 246 223 0 23 34 24 24 45 105
Binary 11001101 10100110 10010011 0 10011 11100 10100 10100 100101 1000101

Color Harmonies of #CDA693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA693

Black with #CDA693

Text Example


Text Example

White with #CDA693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA693; }

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

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

background-color css

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

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

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

border-color css

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

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

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