Html Css Color HEX #C6BF7E Yuma

📋 copy color: '#C6BF7E'

red 198 ◦ green 191 ◦ blue 126

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

Shades of Yuma #C6BF7E

Tints of Yuma #C6BF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 38.45%
G = 37.09%
B = 24.47%

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

#C6BF7E (or 0xC6BF7E) is known color: Yuma. HEX triplet: C6, BF and 7E. RGB value is (198,191,126). Sum of RGB (Red+Green+Blue) = 198+191+126=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF7E is #394081. Grayscale: #B9B9B9. Windows color (decimal): -3752066 or 8306630. OLE color: 8306630.

HSL color Cylindrical-coordinate representation of color #C6BF7E: hue angle of 54.17º degrees, saturation: 0.39, 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 #C6BF7E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 191 126 -
CMYK 0 0.04 0.36 0.22
HSL 54.17º 0.39% 0.64% -
HSV(B) 54.17º 0.36% 0.78% -
XYZ 45.69 50.77 27.13 -
YUV 185.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 198 191 126 0 0.04 0.36 0.22 54.17 0.39 0.64
Hex C6 BF 7E 0 4 24 16 36 27 40
Octal 306 277 176 0 4 44 26 66 47 100
Binary 11000110 10111111 1111110 0 100 100100 10110 110110 100111 1000000

Color Harmonies of #C6BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BF7E

Black with #C6BF7E

Text Example


Text Example

White with #C6BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BF7E; }

 p { color: rgb(198,191,126); }

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

background-color css

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

 a { background-color: rgb(198,191,126); }

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

border-color css

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

 span { border-color: rgb(198,191,126); }

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