Html Css Color HEX #CDA992 Cashmere

📋 copy color: '#CDA992'

red 205 ◦ green 169 ◦ blue 146

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

Shades of Cashmere #CDA992

Tints of Cashmere #CDA992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.5%

 BLUE value IS 146 (57.42% from 255) = 28.08%

R = 39.42%
G = 32.5%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CDA992 (or 0xCDA992) is known color: Cashmere. HEX triplet: CD, A9 and 92. RGB value is (205,169,146). Sum of RGB (Red+Green+Blue) = 205+169+146=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA992 is #32566D. Grayscale: #B1B1B1. Windows color (decimal): -3298926 or 9611725. OLE color: 9611725.

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

Color convert

RGB 205 169 146 -
CMYK 0 0.18 0.29 0.20
HSL 23.39º 0.37% 0.69% -
HSV(B) 23.39º 0.29% 0.8% -
XYZ 44.55 43.43 33.23 -
YUV 177.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 205 169 146 0 0.18 0.29 0.20 23.39 0.37 0.69
Hex CD A9 92 0 12 1D 14 17 25 45
Octal 315 251 222 0 22 35 24 27 45 105
Binary 11001101 10101001 10010010 0 10010 11101 10100 10111 100101 1000101

Color Harmonies of #CDA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA992

Black with #CDA992

Text Example


Text Example

White with #CDA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA992; }

 p { color: rgb(205,169,146); }

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

background-color css

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

 a { background-color: rgb(205,169,146); }

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

border-color css

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

 span { border-color: rgb(205,169,146); }

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