Html Css Color HEX #C7B268 Laser

📋 copy color: '#C7B268'

red 199 ◦ green 178 ◦ blue 104

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

Shades of Laser #C7B268

Tints of Laser #C7B268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.62%

R = 41.37%
G = 37.01%
B = 21.62%

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

#C7B268 (or 0xC7B268) is known color: Laser. HEX triplet: C7, B2 and 68. RGB value is (199,178,104). Sum of RGB (Red+Green+Blue) = 199+178+104=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B268 is #384D97. Grayscale: #B0B0B0. Windows color (decimal): -3689880 or 6861511. OLE color: 6861511.

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

Color convert

RGB 199 178 104 -
CMYK 0 0.11 0.48 0.22
HSL 46.74º 0.46% 0.59% -
HSV(B) 46.74º 0.48% 0.78% -
XYZ 41.97 44.98 19.57 -
YUV 175.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 199 178 104 0 0.11 0.48 0.22 46.74 0.46 0.59
Hex C7 B2 68 0 B 30 16 2F 2E 3B
Octal 307 262 150 0 13 60 26 57 56 73
Binary 11000111 10110010 1101000 0 1011 110000 10110 101111 101110 111011

Color Harmonies of #C7B268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B268

Black with #C7B268

Text Example


Text Example

White with #C7B268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B268; }

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

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

background-color css

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

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

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

border-color css

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

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

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