Html Css Color HEX #C3BA7C Yuma

📋 copy color: '#C3BA7C'

red 195 ◦ green 186 ◦ blue 124

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

Shades of Yuma #C3BA7C

Tints of Yuma #C3BA7C

RGB

 RED value IS 195 (76.56% from 255) = 38.61%

 GREEN value IS 186 (73.05% from 255) = 36.83%

 BLUE value IS 124 (48.83% from 255) = 24.55%

R = 38.61%
G = 36.83%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3BA7C (or 0xC3BA7C) is known color: Yuma. HEX triplet: C3, BA and 7C. RGB value is (195,186,124). Sum of RGB (Red+Green+Blue) = 195+186+124=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA7C is #3C4583. Grayscale: #B5B5B5. Windows color (decimal): -3949956 or 8174275. OLE color: 8174275.

HSL color Cylindrical-coordinate representation of color #C3BA7C: hue angle of 52.39º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3BA7C is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 186 124 -
CMYK 0 0.05 0.36 0.24
HSL 52.39º 0.37% 0.63% -
HSV(B) 52.39º 0.36% 0.76% -
XYZ 43.7 48.18 26.06 -
YUV 181.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 195 186 124 0 0.05 0.36 0.24 52.39 0.37 0.63
Hex C3 BA 7C 0 5 24 18 34 25 3F
Octal 303 272 174 0 5 44 30 64 45 77
Binary 11000011 10111010 1111100 0 101 100100 11000 110100 100101 111111

Color Harmonies of #C3BA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA7C

Black with #C3BA7C

Text Example


Text Example

White with #C3BA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA7C; }

 p { color: rgb(195,186,124); }

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

background-color css

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

 a { background-color: rgb(195,186,124); }

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

border-color css

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

 span { border-color: rgb(195,186,124); }

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