Html Css Color HEX #C5BA8C Yuma

📋 copy color: '#C5BA8C'

red 197 ◦ green 186 ◦ blue 140

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

Shades of Yuma #C5BA8C

Tints of Yuma #C5BA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.77%

R = 37.67%
G = 35.56%
B = 26.77%

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

#C5BA8C (or 0xC5BA8C) is known color: Yuma. HEX triplet: C5, BA and 8C. RGB value is (197,186,140). Sum of RGB (Red+Green+Blue) = 197+186+140=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BA8C is #3A4573. Grayscale: #B8B8B8. Windows color (decimal): -3818868 or 9222853. OLE color: 9222853.

HSL color Cylindrical-coordinate representation of color #C5BA8C: hue angle of 48.42º 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 #C5BA8C is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 140 -
CMYK 0 0.06 0.29 0.23
HSL 48.42º 0.33% 0.66% -
HSV(B) 48.42º 0.29% 0.77% -
XYZ 45.32 48.88 31.86 -
YUV 184.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 197 186 140 0 0.06 0.29 0.23 48.42 0.33 0.66
Hex C5 BA 8C 0 6 1D 17 30 21 42
Octal 305 272 214 0 6 35 27 60 41 102
Binary 11000101 10111010 10001100 0 110 11101 10111 110000 100001 1000010

Color Harmonies of #C5BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA8C

Black with #C5BA8C

Text Example


Text Example

White with #C5BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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