Html Css Color HEX #C5B68B Yuma

📋 copy color: '#C5B68B'

red 197 ◦ green 182 ◦ blue 139

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

Shades of Yuma #C5B68B

Tints of Yuma #C5B68B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.14%

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

R = 38.03%
G = 35.14%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5B68B (or 0xC5B68B) is known color: Yuma. HEX triplet: C5, B6 and 8B. RGB value is (197,182,139). Sum of RGB (Red+Green+Blue) = 197+182+139=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B68B is #3A4974. Grayscale: #B5B5B5. Windows color (decimal): -3819893 or 9156293. OLE color: 9156293.

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

Color convert

RGB 197 182 139 -
CMYK 0 0.08 0.29 0.23
HSL 44.48º 0.33% 0.66% -
HSV(B) 44.48º 0.29% 0.77% -
XYZ 44.41 47.19 31.19 -
YUV 181.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 197 182 139 0 0.08 0.29 0.23 44.48 0.33 0.66
Hex C5 B6 8B 0 8 1D 17 2C 21 42
Octal 305 266 213 0 10 35 27 54 41 102
Binary 11000101 10110110 10001011 0 1000 11101 10111 101100 100001 1000010

Color Harmonies of #C5B68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B68B

Black with #C5B68B

Text Example


Text Example

White with #C5B68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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