Html Css Color HEX #CDA592 Rose

📋 copy color: '#CDA592'

red 205 ◦ green 165 ◦ blue 146

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

Shades of Rose #CDA592

Tints of Rose #CDA592

RGB

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

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

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

R = 39.73%
G = 31.98%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CDA592 (or 0xCDA592) is known color: Rose. HEX triplet: CD, A5 and 92. RGB value is (205,165,146). Sum of RGB (Red+Green+Blue) = 205+165+146=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA592 is #325A6D. Grayscale: #AEAEAE. Windows color (decimal): -3299950 or 9610701. OLE color: 9610701.

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

Color convert

RGB 205 165 146 -
CMYK 0 0.20 0.29 0.20
HSL 19.32º 0.37% 0.69% -
HSV(B) 19.32º 0.29% 0.8% -
XYZ 43.82 41.96 32.98 -
YUV 174.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 205 165 146 0 0.20 0.29 0.20 19.32 0.37 0.69
Hex CD A5 92 0 14 1D 14 13 25 45
Octal 315 245 222 0 24 35 24 23 45 105
Binary 11001101 10100101 10010010 0 10100 11101 10100 10011 100101 1000101

Color Harmonies of #CDA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA592

Black with #CDA592

Text Example


Text Example

White with #CDA592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA592; }

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

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

background-color css

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

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

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

border-color css

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

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

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