Html Css Color HEX #C4BA7D Yuma

📋 copy color: '#C4BA7D'

red 196 ◦ green 186 ◦ blue 125

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

Shades of Yuma #C4BA7D

Tints of Yuma #C4BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 38.66%
G = 36.69%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4BA7D (or 0xC4BA7D) is known color: Yuma. HEX triplet: C4, BA and 7D. RGB value is (196,186,125). Sum of RGB (Red+Green+Blue) = 196+186+125=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA7D is #3B4582. Grayscale: #B6B6B6. Windows color (decimal): -3884419 or 8239812. OLE color: 8239812.

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

Color convert

RGB 196 186 125 -
CMYK 0 0.05 0.36 0.23
HSL 51.55º 0.38% 0.63% -
HSV(B) 51.55º 0.36% 0.77% -
XYZ 44.03 48.33 26.41 -
YUV 182.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 196 186 125 0 0.05 0.36 0.23 51.55 0.38 0.63
Hex C4 BA 7D 0 5 24 17 34 26 3F
Octal 304 272 175 0 5 44 27 64 46 77
Binary 11000100 10111010 1111101 0 101 100100 10111 110100 100110 111111

Color Harmonies of #C4BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA7D

Black with #C4BA7D

Text Example


Text Example

White with #C4BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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