Html Css Color HEX #CDA581 Cameo

📋 copy color: '#CDA581'

red 205 ◦ green 165 ◦ blue 129

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

Shades of Cameo #CDA581

Tints of Cameo #CDA581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.85%

R = 41.08%
G = 33.07%
B = 25.85%

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

#CDA581 (or 0xCDA581) is known color: Cameo. HEX triplet: CD, A5 and 81. RGB value is (205,165,129). Sum of RGB (Red+Green+Blue) = 205+165+129=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA581 is #325A7E. Grayscale: #ADADAD. Windows color (decimal): -3299967 or 8496589. OLE color: 8496589.

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

Color convert

RGB 205 165 129 -
CMYK 0 0.20 0.37 0.20
HSL 28.42º 0.43% 0.65% -
HSV(B) 28.42º 0.37% 0.8% -
XYZ 42.59 41.47 26.53 -
YUV 172.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 205 165 129 0 0.20 0.37 0.20 28.42 0.43 0.65
Hex CD A5 81 0 14 25 14 1C 2B 41
Octal 315 245 201 0 24 45 24 34 53 101
Binary 11001101 10100101 10000001 0 10100 100101 10100 11100 101011 1000001

Color Harmonies of #CDA581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA581

Black with #CDA581

Text Example


Text Example

White with #CDA581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA581; }

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

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

background-color css

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

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

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

border-color css

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

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

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