#CDA692

Color #CDA692 Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #CDA692

Tints of Rose #CDA692

Color information

#CDA692 (or 0xCDA692) is unknown color: approx Rose. HEX triplet: CD, A6 and 92. RGB value is (205,166,146). Sum of RGB (Red+Green+Blue) = 205+166+146=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA692 is #32596D. Grayscale: #AFAFAF. Windows color (decimal): -3299694 or 9610957. OLE color: 9610957.

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

Color convert

RGB205166146-
CMYK00.190.290.20
HSL20.34º37.11%68.82%-
HSV(B)20.34º28.78%80.39%-
XYZ4442.3333.04-
YUV175.38111.42149.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=39.65%
G=32.11%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516614600.190.290.2020.3437.1168.82
HexCDA6920131D14142545
Octal31524622202335242445105
Binary1100110110100110100100100100111110110100101001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA692; }

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

 H1.HeaderClassName
 {
   color: #CDA692;
 }
 .AnyTagClassName
 {
   color: #CDA692;
 }
</style>
background-color css

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

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

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

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

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

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