Html Css Color HEX #C5BA8B Yuma

📋 copy color: '#C5BA8B'

red 197 ◦ green 186 ◦ blue 139

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

Shades of Yuma #C5BA8B

Tints of Yuma #C5BA8B

RGB

 RED value IS 197 (77.34% from 255) = 37.74%

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

 BLUE value IS 139 (54.69% from 255) = 26.63%

R = 37.74%
G = 35.63%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5BA8B (or 0xC5BA8B) is known color: Yuma. HEX triplet: C5, BA and 8B. RGB value is (197,186,139). Sum of RGB (Red+Green+Blue) = 197+186+139=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BA8B is #3A4574. Grayscale: #B8B8B8. Windows color (decimal): -3818869 or 9157317. OLE color: 9157317.

HSL color Cylindrical-coordinate representation of color #C5BA8B: hue angle of 48.62º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5BA8B is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 139 -
CMYK 0 0.06 0.29 0.23
HSL 48.62º 0.33% 0.66% -
HSV(B) 48.62º 0.29% 0.77% -
XYZ 45.25 48.85 31.47 -
YUV 183.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 197 186 139 0 0.06 0.29 0.23 48.62 0.33 0.66
Hex C5 BA 8B 0 6 1D 17 31 21 42
Octal 305 272 213 0 6 35 27 61 41 102
Binary 11000101 10111010 10001011 0 110 11101 10111 110001 100001 1000010

Color Harmonies of #C5BA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA8B

Black with #C5BA8B

Text Example


Text Example

White with #C5BA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA8B; }

 p { color: rgb(197,186,139); }

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

background-color css

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

 a { background-color: rgb(197,186,139); }

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

border-color css

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

 span { border-color: rgb(197,186,139); }

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