Html Css Color HEX #C7B064 Laser

📋 copy color: '#C7B064'

red 199 ◦ green 176 ◦ blue 100

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

Shades of Laser #C7B064

Tints of Laser #C7B064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 41.89%
G = 37.05%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7B064 (or 0xC7B064) is known color: Laser. HEX triplet: C7, B0 and 64. RGB value is (199,176,100). Sum of RGB (Red+Green+Blue) = 199+176+100=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B064 is #384F9B. Grayscale: #AEAEAE. Windows color (decimal): -3690396 or 6598855. OLE color: 6598855.

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

Color convert

RGB 199 176 100 -
CMYK 0 0.12 0.50 0.22
HSL 46.06º 0.47% 0.59% -
HSV(B) 46.06º 0.5% 0.78% -
XYZ 41.38 44.11 18.39 -
YUV 174.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 199 176 100 0 0.12 0.50 0.22 46.06 0.47 0.59
Hex C7 B0 64 0 C 32 16 2E 2F 3B
Octal 307 260 144 0 14 62 26 56 57 73
Binary 11000111 10110000 1100100 0 1100 110010 10110 101110 101111 111011

Color Harmonies of #C7B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B064

Black with #C7B064

Text Example


Text Example

White with #C7B064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B064; }

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

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

background-color css

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

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

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

border-color css

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

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

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