Html Css Color HEX #CDA492 Rose

📋 copy color: '#CDA492'

red 205 ◦ green 164 ◦ blue 146

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

Shades of Rose #CDA492

Tints of Rose #CDA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.84%

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

R = 39.81%
G = 31.84%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CDA492 (or 0xCDA492) is known color: Rose. HEX triplet: CD, A4 and 92. RGB value is (205,164,146). Sum of RGB (Red+Green+Blue) = 205+164+146=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA492 is #325B6D. Grayscale: #AEAEAE. Windows color (decimal): -3300206 or 9610445. OLE color: 9610445.

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

Color convert

RGB 205 164 146 -
CMYK 0 0.2 0.29 0.20
HSL 18.31º 0.37% 0.69% -
HSV(B) 18.31º 0.29% 0.8% -
XYZ 43.64 41.61 32.92 -
YUV 174.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 205 164 146 0 0.2 0.29 0.20 18.31 0.37 0.69
Hex CD A4 92 0 14 1D 14 12 25 45
Octal 315 244 222 0 24 35 24 22 45 105
Binary 11001101 10100100 10010010 0 10100 11101 10100 10010 100101 1000101

Color Harmonies of #CDA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA492

Black with #CDA492

Text Example


Text Example

White with #CDA492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA492; }

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

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

background-color css

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

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

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

border-color css

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

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

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