Html Css Color HEX #CDA582 Cameo

📋 copy color: '#CDA582'

red 205 ◦ green 165 ◦ blue 130

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

Shades of Cameo #CDA582

Tints of Cameo #CDA582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26%

R = 41%
G = 33%
B = 26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CDA582 (or 0xCDA582) is known color: Cameo. HEX triplet: CD, A5 and 82. RGB value is (205,165,130). Sum of RGB (Red+Green+Blue) = 205+165+130=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA582 is #325A7D. Grayscale: #ADADAD. Windows color (decimal): -3299966 or 8562125. OLE color: 8562125.

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

Color convert

RGB 205 165 130 -
CMYK 0 0.20 0.37 0.20
HSL 28º 0.43% 0.66% -
HSV(B) 28º 0.37% 0.8% -
XYZ 42.66 41.5 26.88 -
YUV 172.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 205 165 130 0 0.20 0.37 0.20 28 0.43 0.66
Hex CD A5 82 0 14 25 14 1C 2B 42
Octal 315 245 202 0 24 45 24 34 53 102
Binary 11001101 10100101 10000010 0 10100 100101 10100 11100 101011 1000010

Color Harmonies of #CDA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA582

Black with #CDA582

Text Example


Text Example

White with #CDA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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