Html Css Color HEX #CDA389 Cameo

📋 copy color: '#CDA389'

red 205 ◦ green 163 ◦ blue 137

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

Shades of Cameo #CDA389

Tints of Cameo #CDA389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.13%

R = 40.59%
G = 32.28%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CDA389 (or 0xCDA389) is known color: Cameo. HEX triplet: CD, A3 and 89. RGB value is (205,163,137). Sum of RGB (Red+Green+Blue) = 205+163+137=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA389 is #325C76. Grayscale: #ACACAC. Windows color (decimal): -3300471 or 9020365. OLE color: 9020365.

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

Color convert

RGB 205 163 137 -
CMYK 0 0.20 0.33 0.20
HSL 22.94º 0.4% 0.67% -
HSV(B) 22.94º 0.33% 0.8% -
XYZ 42.79 40.98 29.32 -
YUV 172.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 205 163 137 0 0.20 0.33 0.20 22.94 0.4 0.67
Hex CD A3 89 0 14 21 14 17 28 43
Octal 315 243 211 0 24 41 24 27 50 103
Binary 11001101 10100011 10001001 0 10100 100001 10100 10111 101000 1000011

Color Harmonies of #CDA389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA389

Black with #CDA389

Text Example


Text Example

White with #CDA389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA389; }

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

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

background-color css

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

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

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

border-color css

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

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

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