Html Css Color HEX #C2AE4B Sundance

📋 copy color: '#C2AE4B'

red 194 ◦ green 174 ◦ blue 75

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

Shades of Sundance #C2AE4B

Tints of Sundance #C2AE4B

RGB

 RED value IS 194 (76.17% from 255) = 43.79%

 GREEN value IS 174 (68.36% from 255) = 39.28%

 BLUE value IS 75 (29.69% from 255) = 16.93%

R = 43.79%
G = 39.28%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2AE4B (or 0xC2AE4B) is known color: Sundance. HEX triplet: C2, AE and 4B. RGB value is (194,174,75). Sum of RGB (Red+Green+Blue) = 194+174+75=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE4B is #3D51B4. Grayscale: #A9A9A9. Windows color (decimal): -4018613 or 4959938. OLE color: 4959938.

HSL color Cylindrical-coordinate representation of color #C2AE4B: hue angle of 49.92º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2AE4B is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 75 -
CMYK 0 0.10 0.61 0.24
HSL 49.92º 0.49% 0.53% -
HSV(B) 49.92º 0.61% 0.76% -
XYZ 38.65 42.25 12.77 -
YUV 168.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 194 174 75 0 0.10 0.61 0.24 49.92 0.49 0.53
Hex C2 AE 4B 0 A 3D 18 32 31 35
Octal 302 256 113 0 12 75 30 62 61 65
Binary 11000010 10101110 1001011 0 1010 111101 11000 110010 110001 110101

Color Harmonies of #C2AE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE4B

Black with #C2AE4B

Text Example


Text Example

White with #C2AE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE4B; }

 p { color: rgb(194,174,75); }

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

background-color css

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

 a { background-color: rgb(194,174,75); }

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

border-color css

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

 span { border-color: rgb(194,174,75); }

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