Html Css Color HEX #C7B05E Laser

📋 copy color: '#C7B05E'

red 199 ◦ green 176 ◦ blue 94

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

Shades of Laser #C7B05E

Tints of Laser #C7B05E

RGB

 RED value IS 199 (78.13% from 255) = 42.43%

 GREEN value IS 176 (69.14% from 255) = 37.53%

 BLUE value IS 94 (37.11% from 255) = 20.04%

R = 42.43%
G = 37.53%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7B05E (or 0xC7B05E) is known color: Laser. HEX triplet: C7, B0 and 5E. RGB value is (199,176,94). Sum of RGB (Red+Green+Blue) = 199+176+94=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B05E is #384FA1. Grayscale: #ADADAD. Windows color (decimal): -3690402 or 6205639. OLE color: 6205639.

HSL color Cylindrical-coordinate representation of color #C7B05E: hue angle of 46.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7B05E is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 176 94 -
CMYK 0 0.12 0.53 0.22
HSL 46.86º 0.48% 0.57% -
HSV(B) 46.86º 0.53% 0.78% -
XYZ 41.1 44 16.92 -
YUV 173.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 199 176 94 0 0.12 0.53 0.22 46.86 0.48 0.57
Hex C7 B0 5E 0 C 35 16 2F 30 39
Octal 307 260 136 0 14 65 26 57 60 71
Binary 11000111 10110000 1011110 0 1100 110101 10110 101111 110000 111001

Color Harmonies of #C7B05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B05E

Black with #C7B05E

Text Example


Text Example

White with #C7B05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B05E; }

 p { color: rgb(199,176,94); }

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

background-color css

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

 a { background-color: rgb(199,176,94); }

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

border-color css

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

 span { border-color: rgb(199,176,94); }

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