Html Css Color HEX #CDA589 Cameo

📋 copy color: '#CDA589'

red 205 ◦ green 165 ◦ blue 137

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

Shades of Cameo #CDA589

Tints of Cameo #CDA589

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.54%

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

R = 40.43%
G = 32.54%
B = 27.02%

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

#CDA589 (or 0xCDA589) is known color: Cameo. HEX triplet: CD, A5 and 89. RGB value is (205,165,137). Sum of RGB (Red+Green+Blue) = 205+165+137=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA589 is #325A76. Grayscale: #ADADAD. Windows color (decimal): -3299959 or 9020877. OLE color: 9020877.

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

Color convert

RGB 205 165 137 -
CMYK 0 0.20 0.33 0.20
HSL 24.71º 0.4% 0.67% -
HSV(B) 24.71º 0.33% 0.8% -
XYZ 43.15 41.7 29.44 -
YUV 173.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 205 165 137 0 0.20 0.33 0.20 24.71 0.4 0.67
Hex CD A5 89 0 14 21 14 19 28 43
Octal 315 245 211 0 24 41 24 31 50 103
Binary 11001101 10100101 10001001 0 10100 100001 10100 11001 101000 1000011

Color Harmonies of #CDA589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA589

Black with #CDA589

Text Example


Text Example

White with #CDA589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA589; }

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

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

background-color css

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

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

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

border-color css

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

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

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