Html Css Color HEX #C8BA73 Yuma

📋 copy color: '#C8BA73'

red 200 ◦ green 186 ◦ blue 115

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

Shades of Yuma #C8BA73

Tints of Yuma #C8BA73

RGB

 RED value IS 200 (78.52% from 255) = 39.92%

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

 BLUE value IS 115 (45.31% from 255) = 22.95%

R = 39.92%
G = 37.13%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8BA73 (or 0xC8BA73) is known color: Yuma. HEX triplet: C8, BA and 73. RGB value is (200,186,115). Sum of RGB (Red+Green+Blue) = 200+186+115=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA73 is #37458C. Grayscale: #B6B6B6. Windows color (decimal): -3622285 or 7584456. OLE color: 7584456.

HSL color Cylindrical-coordinate representation of color #C8BA73: hue angle of 50.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8BA73 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 115 -
CMYK 0 0.07 0.42 0.22
HSL 50.12º 0.44% 0.62% -
HSV(B) 50.12º 0.43% 0.78% -
XYZ 44.47 48.63 23.26 -
YUV 182.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 200 186 115 0 0.07 0.42 0.22 50.12 0.44 0.62
Hex C8 BA 73 0 7 2A 16 32 2C 3E
Octal 310 272 163 0 7 52 26 62 54 76
Binary 11001000 10111010 1110011 0 111 101010 10110 110010 101100 111110

Color Harmonies of #C8BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA73

Black with #C8BA73

Text Example


Text Example

White with #C8BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA73; }

 p { color: rgb(200,186,115); }

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

background-color css

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

 a { background-color: rgb(200,186,115); }

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

border-color css

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

 span { border-color: rgb(200,186,115); }

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