Html Css Color HEX #C7B057 Laser

📋 copy color: '#C7B057'

red 199 ◦ green 176 ◦ blue 87

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

Shades of Laser #C7B057

Tints of Laser #C7B057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.83%

R = 43.07%
G = 38.1%
B = 18.83%

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

#C7B057 (or 0xC7B057) is known color: Laser. HEX triplet: C7, B0 and 57. RGB value is (199,176,87). Sum of RGB (Red+Green+Blue) = 199+176+87=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B057 is #384FA8. Grayscale: #ADADAD. Windows color (decimal): -3690409 or 5746887. OLE color: 5746887.

HSL color Cylindrical-coordinate representation of color #C7B057: hue angle of 47.68º 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 #C7B057 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 176 87 -
CMYK 0 0.12 0.56 0.22
HSL 47.68º 0.5% 0.56% -
HSV(B) 47.68º 0.56% 0.78% -
XYZ 40.8 43.88 15.34 -
YUV 172.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 199 176 87 0 0.12 0.56 0.22 47.68 0.5 0.56
Hex C7 B0 57 0 C 38 16 30 32 38
Octal 307 260 127 0 14 70 26 60 62 70
Binary 11000111 10110000 1010111 0 1100 111000 10110 110000 110010 111000

Color Harmonies of #C7B057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B057

Black with #C7B057

Text Example


Text Example

White with #C7B057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B057; }

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

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

background-color css

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

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

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

border-color css

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

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

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