Html Css Color HEX #C7B067 Laser

📋 copy color: '#C7B067'

red 199 ◦ green 176 ◦ blue 103

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

Shades of Laser #C7B067

Tints of Laser #C7B067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.55%

R = 41.63%
G = 36.82%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C7B067 (or 0xC7B067) is known color: Laser. HEX triplet: C7, B0 and 67. RGB value is (199,176,103). Sum of RGB (Red+Green+Blue) = 199+176+103=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B067 is #384F98. Grayscale: #AEAEAE. Windows color (decimal): -3690393 or 6795463. OLE color: 6795463.

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

Color convert

RGB 199 176 103 -
CMYK 0 0.12 0.48 0.22
HSL 45.63º 0.46% 0.59% -
HSV(B) 45.63º 0.48% 0.78% -
XYZ 41.53 44.17 19.17 -
YUV 174.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 199 176 103 0 0.12 0.48 0.22 45.63 0.46 0.59
Hex C7 B0 67 0 C 30 16 2E 2E 3B
Octal 307 260 147 0 14 60 26 56 56 73
Binary 11000111 10110000 1100111 0 1100 110000 10110 101110 101110 111011

Color Harmonies of #C7B067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B067

Black with #C7B067

Text Example


Text Example

White with #C7B067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B067; }

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

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

background-color css

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

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

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

border-color css

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

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

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