Html Css Color HEX #C4BA7F Yuma

📋 copy color: '#C4BA7F'

red 196 ◦ green 186 ◦ blue 127

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

Shades of Yuma #C4BA7F

Tints of Yuma #C4BA7F

RGB

 RED value IS 196 (76.95% from 255) = 38.51%

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

 BLUE value IS 127 (50% from 255) = 24.95%

R = 38.51%
G = 36.54%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4BA7F (or 0xC4BA7F) is known color: Yuma. HEX triplet: C4, BA and 7F. RGB value is (196,186,127). Sum of RGB (Red+Green+Blue) = 196+186+127=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA7F is #3B4580. Grayscale: #B6B6B6. Windows color (decimal): -3884417 or 8370884. OLE color: 8370884.

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

Color convert

RGB 196 186 127 -
CMYK 0 0.05 0.35 0.23
HSL 51.3º 0.37% 0.63% -
HSV(B) 51.3º 0.35% 0.77% -
XYZ 44.15 48.39 27.09 -
YUV 182.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 196 186 127 0 0.05 0.35 0.23 51.3 0.37 0.63
Hex C4 BA 7F 0 5 23 17 33 25 3F
Octal 304 272 177 0 5 43 27 63 45 77
Binary 11000100 10111010 1111111 0 101 100011 10111 110011 100101 111111

Color Harmonies of #C4BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA7F

Black with #C4BA7F

Text Example


Text Example

White with #C4BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA7F; }

 p { color: rgb(196,186,127); }

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

background-color css

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

 a { background-color: rgb(196,186,127); }

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

border-color css

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

 span { border-color: rgb(196,186,127); }

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