Html Css Color HEX #CDA588 Cameo

📋 copy color: '#CDA588'

red 205 ◦ green 165 ◦ blue 136

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

Shades of Cameo #CDA588

Tints of Cameo #CDA588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.88%

R = 40.51%
G = 32.61%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CDA588 (or 0xCDA588) is known color: Cameo. HEX triplet: CD, A5 and 88. RGB value is (205,165,136). Sum of RGB (Red+Green+Blue) = 205+165+136=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA588 is #325A77. Grayscale: #ADADAD. Windows color (decimal): -3299960 or 8955341. OLE color: 8955341.

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

Color convert

RGB 205 165 136 -
CMYK 0 0.20 0.34 0.20
HSL 25.22º 0.41% 0.67% -
HSV(B) 25.22º 0.34% 0.8% -
XYZ 43.08 41.67 29.06 -
YUV 173.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 205 165 136 0 0.20 0.34 0.20 25.22 0.41 0.67
Hex CD A5 88 0 14 22 14 19 29 43
Octal 315 245 210 0 24 42 24 31 51 103
Binary 11001101 10100101 10001000 0 10100 100010 10100 11001 101001 1000011

Color Harmonies of #CDA588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA588

Black with #CDA588

Text Example


Text Example

White with #CDA588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA588; }

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

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

background-color css

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

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

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

border-color css

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

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

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