Html Css Color HEX #CDA489 Cameo

📋 copy color: '#CDA489'

red 205 ◦ green 164 ◦ blue 137

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

Shades of Cameo #CDA489

Tints of Cameo #CDA489

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.41%

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

R = 40.51%
G = 32.41%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CDA489 (or 0xCDA489) is known color: Cameo. HEX triplet: CD, A4 and 89. RGB value is (205,164,137). Sum of RGB (Red+Green+Blue) = 205+164+137=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA489 is #325B76. Grayscale: #ADADAD. Windows color (decimal): -3300215 or 9020621. OLE color: 9020621.

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

Color convert

RGB 205 164 137 -
CMYK 0 0.2 0.33 0.20
HSL 23.82º 0.4% 0.67% -
HSV(B) 23.82º 0.33% 0.8% -
XYZ 42.97 41.34 29.38 -
YUV 173.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 205 164 137 0 0.2 0.33 0.20 23.82 0.4 0.67
Hex CD A4 89 0 14 21 14 18 28 43
Octal 315 244 211 0 24 41 24 30 50 103
Binary 11001101 10100100 10001001 0 10100 100001 10100 11000 101000 1000011

Color Harmonies of #CDA489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA489

Black with #CDA489

Text Example


Text Example

White with #CDA489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA489; }

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

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

background-color css

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

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

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

border-color css

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

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

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