Html Css Color HEX #CDA889 Cameo

📋 copy color: '#CDA889'

red 205 ◦ green 168 ◦ blue 137

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

Shades of Cameo #CDA889

Tints of Cameo #CDA889

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.94%

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

R = 40.2%
G = 32.94%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CDA889 (or 0xCDA889) is known color: Cameo. HEX triplet: CD, A8 and 89. RGB value is (205,168,137). Sum of RGB (Red+Green+Blue) = 205+168+137=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA889 is #325776. Grayscale: #AFAFAF. Windows color (decimal): -3299191 or 9021645. OLE color: 9021645.

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

Color convert

RGB 205 168 137 -
CMYK 0 0.18 0.33 0.20
HSL 27.35º 0.4% 0.67% -
HSV(B) 27.35º 0.33% 0.8% -
XYZ 43.69 42.79 29.62 -
YUV 175.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 205 168 137 0 0.18 0.33 0.20 27.35 0.4 0.67
Hex CD A8 89 0 12 21 14 1B 28 43
Octal 315 250 211 0 22 41 24 33 50 103
Binary 11001101 10101000 10001001 0 10010 100001 10100 11011 101000 1000011

Color Harmonies of #CDA889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA889

Black with #CDA889

Text Example


Text Example

White with #CDA889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA889; }

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

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

background-color css

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

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

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

border-color css

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

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

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