Html Css Color HEX #C8BE7D Yuma

📋 copy color: '#C8BE7D'

red 200 ◦ green 190 ◦ blue 125

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

Shades of Yuma #C8BE7D

Tints of Yuma #C8BE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 38.83%
G = 36.89%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8BE7D (or 0xC8BE7D) is known color: Yuma. HEX triplet: C8, BE and 7D. RGB value is (200,190,125). Sum of RGB (Red+Green+Blue) = 200+190+125=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE7D is #374182. Grayscale: #B9B9B9. Windows color (decimal): -3621251 or 8240840. OLE color: 8240840.

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

Color convert

RGB 200 190 125 -
CMYK 0 0.05 0.38 0.22
HSL 52º 0.41% 0.64% -
HSV(B) 52º 0.38% 0.78% -
XYZ 45.93 50.59 26.75 -
YUV 185.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 200 190 125 0 0.05 0.38 0.22 52 0.41 0.64
Hex C8 BE 7D 0 5 26 16 34 29 40
Octal 310 276 175 0 5 46 26 64 51 100
Binary 11001000 10111110 1111101 0 101 100110 10110 110100 101001 1000000

Color Harmonies of #C8BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE7D

Black with #C8BE7D

Text Example


Text Example

White with #C8BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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