Html Css Color HEX #C2A433 Sahara

📋 copy color: '#C2A433'

red 194 ◦ green 164 ◦ blue 51

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

Shades of Sahara #C2A433

Tints of Sahara #C2A433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.47%

R = 47.43%
G = 40.1%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2A433 (or 0xC2A433) is known color: Sahara. HEX triplet: C2, A4 and 33. RGB value is (194,164,51). Sum of RGB (Red+Green+Blue) = 194+164+51=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A433 is #3D5BCC. Grayscale: #A0A0A0. Windows color (decimal): -4021197 or 3384514. OLE color: 3384514.

HSL color Cylindrical-coordinate representation of color #C2A433: hue angle of 47.41º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2A433 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 164 51 -
CMYK 0 0.15 0.74 0.24
HSL 47.41º 0.58% 0.48% -
HSV(B) 47.41º 0.74% 0.76% -
XYZ 36.12 38.26 8.61 -
YUV 160.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 194 164 51 0 0.15 0.74 0.24 47.41 0.58 0.48
Hex C2 A4 33 0 F 4A 18 2F 3A 30
Octal 302 244 63 0 17 112 30 57 72 60
Binary 11000010 10100100 110011 0 1111 1001010 11000 101111 111010 110000

Color Harmonies of #C2A433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A433

Black with #C2A433

Text Example


Text Example

White with #C2A433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A433; }

 p { color: rgb(194,164,51); }

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

background-color css

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

 a { background-color: rgb(194,164,51); }

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

border-color css

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

 span { border-color: rgb(194,164,51); }

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