Html Css Color HEX #C7B267 Laser

📋 copy color: '#C7B267'

red 199 ◦ green 178 ◦ blue 103

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

Shades of Laser #C7B267

Tints of Laser #C7B267

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

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

R = 41.46%
G = 37.08%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C7B267 (or 0xC7B267) is known color: Laser. HEX triplet: C7, B2 and 67. RGB value is (199,178,103). Sum of RGB (Red+Green+Blue) = 199+178+103=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B267 is #384D98. Grayscale: #B0B0B0. Windows color (decimal): -3689881 or 6795975. OLE color: 6795975.

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

Color convert

RGB 199 178 103 -
CMYK 0 0.11 0.48 0.22
HSL 46.88º 0.46% 0.59% -
HSV(B) 46.88º 0.48% 0.78% -
XYZ 41.92 44.96 19.3 -
YUV 175.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 199 178 103 0 0.11 0.48 0.22 46.88 0.46 0.59
Hex C7 B2 67 0 B 30 16 2F 2E 3B
Octal 307 262 147 0 13 60 26 57 56 73
Binary 11000111 10110010 1100111 0 1011 110000 10110 101111 101110 111011

Color Harmonies of #C7B267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B267

Black with #C7B267

Text Example


Text Example

White with #C7B267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B267; }

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

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

background-color css

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

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

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

border-color css

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

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

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