Html Css Color HEX #C8BE76 Yuma

📋 copy color: '#C8BE76'

red 200 ◦ green 190 ◦ blue 118

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

Shades of Yuma #C8BE76

Tints of Yuma #C8BE76

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.4%

 BLUE value IS 118 (46.48% from 255) = 23.23%

R = 39.37%
G = 37.4%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C8BE76 (or 0xC8BE76) is known color: Yuma. HEX triplet: C8, BE and 76. RGB value is (200,190,118). Sum of RGB (Red+Green+Blue) = 200+190+118=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE76 is #374189. Grayscale: #B9B9B9. Windows color (decimal): -3621258 or 7782088. OLE color: 7782088.

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

Color convert

RGB 200 190 118 -
CMYK 0 0.05 0.41 0.22
HSL 52.68º 0.43% 0.62% -
HSV(B) 52.68º 0.41% 0.78% -
XYZ 45.5 50.41 24.47 -
YUV 184.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 200 190 118 0 0.05 0.41 0.22 52.68 0.43 0.62
Hex C8 BE 76 0 5 29 16 35 2B 3E
Octal 310 276 166 0 5 51 26 65 53 76
Binary 11001000 10111110 1110110 0 101 101001 10110 110101 101011 111110

Color Harmonies of #C8BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE76

Black with #C8BE76

Text Example


Text Example

White with #C8BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE76; }

 p { color: rgb(200,190,118); }

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

background-color css

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

 a { background-color: rgb(200,190,118); }

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

border-color css

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

 span { border-color: rgb(200,190,118); }

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