Html Css Color HEX #C7B058 Laser

📋 copy color: '#C7B058'

red 199 ◦ green 176 ◦ blue 88

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

Shades of Laser #C7B058

Tints of Laser #C7B058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.01%

R = 42.98%
G = 38.01%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C7B058 (or 0xC7B058) is known color: Laser. HEX triplet: C7, B0 and 58. RGB value is (199,176,88). Sum of RGB (Red+Green+Blue) = 199+176+88=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B058 is #384FA7. Grayscale: #ADADAD. Windows color (decimal): -3690408 or 5812423. OLE color: 5812423.

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

Color convert

RGB 199 176 88 -
CMYK 0 0.12 0.56 0.22
HSL 47.57º 0.5% 0.56% -
HSV(B) 47.57º 0.56% 0.78% -
XYZ 40.84 43.9 15.55 -
YUV 172.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 199 176 88 0 0.12 0.56 0.22 47.57 0.5 0.56
Hex C7 B0 58 0 C 38 16 30 32 38
Octal 307 260 130 0 14 70 26 60 62 70
Binary 11000111 10110000 1011000 0 1100 111000 10110 110000 110010 111000

Color Harmonies of #C7B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B058

Black with #C7B058

Text Example


Text Example

White with #C7B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B058; }

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

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

background-color css

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

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

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

border-color css

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

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

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