#C7BF7B

Color #C7BF7B Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #C7BF7B

Tints of Yuma #C7BF7B

Color information

#C7BF7B (or 0xC7BF7B) is unknown color: approx Yuma. HEX triplet: C7, BF and 7B. RGB value is (199,191,123). Sum of RGB (Red+Green+Blue) = 199+191+123=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF7B is #384084. Grayscale: #B9B9B9. Windows color (decimal): -3686533 or 8110023. OLE color: 8110023.

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

Color convert

RGB199191123-
CMYK00.040.380.22
HSL53.68º40.43%63.14%-
HSV(B)53.68º38.19%78.04%-
XYZ45.7650.8326.14-
YUV185.6492.65137.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.79%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 123 (48.44% from 255) = 23.98%
R=38.79%
G=37.23%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919112300.040.380.2253.6840.4363.14
HexC7BF7B04261636283f
Octal307277173044626665077
Binary11000111101111111111011010010011010110110110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BF7B; }

 p { color: rgb(199,191,123); }

 H1.HeaderClassName
 {
   color: #C7BF7B;
 }
 .AnyTagClassName
 {
   color: #C7BF7B;
 }
</style>
background-color css

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

 a { background-color: rgb(199,191,123); }

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

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

 span { border-color: rgb(199,191,123); }

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