Html Css Color HEX #C6BE7F Yuma

📋 copy color: '#C6BE7F'

red 198 ◦ green 190 ◦ blue 127

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

Shades of Yuma #C6BE7F

Tints of Yuma #C6BE7F

RGB

 RED value IS 198 (77.73% from 255) = 38.45%

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

 BLUE value IS 127 (50% from 255) = 24.66%

R = 38.45%
G = 36.89%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6BE7F (or 0xC6BE7F) is known color: Yuma. HEX triplet: C6, BE and 7F. RGB value is (198,190,127). Sum of RGB (Red+Green+Blue) = 198+190+127=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE7F is #394180. Grayscale: #B9B9B9. Windows color (decimal): -3752321 or 8371910. OLE color: 8371910.

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

Color convert

RGB 198 190 127 -
CMYK 0 0.04 0.36 0.22
HSL 53.24º 0.38% 0.64% -
HSV(B) 53.24º 0.36% 0.78% -
XYZ 45.53 50.36 27.4 -
YUV 185.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 198 190 127 0 0.04 0.36 0.22 53.24 0.38 0.64
Hex C6 BE 7F 0 4 24 16 35 26 40
Octal 306 276 177 0 4 44 26 65 46 100
Binary 11000110 10111110 1111111 0 100 100100 10110 110101 100110 1000000

Color Harmonies of #C6BE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE7F

Black with #C6BE7F

Text Example


Text Example

White with #C6BE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE7F; }

 p { color: rgb(198,190,127); }

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

background-color css

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

 a { background-color: rgb(198,190,127); }

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

border-color css

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

 span { border-color: rgb(198,190,127); }

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