Html Css Color HEX #C7B265 Laser

📋 copy color: '#C7B265'

red 199 ◦ green 178 ◦ blue 101

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

Shades of Laser #C7B265

Tints of Laser #C7B265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 41.63%
G = 37.24%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C7B265 (or 0xC7B265) is known color: Laser. HEX triplet: C7, B2 and 65. RGB value is (199,178,101). Sum of RGB (Red+Green+Blue) = 199+178+101=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B265 is #384D9A. Grayscale: #AFAFAF. Windows color (decimal): -3689883 or 6664903. OLE color: 6664903.

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

Color convert

RGB 199 178 101 -
CMYK 0 0.11 0.49 0.22
HSL 47.14º 0.47% 0.59% -
HSV(B) 47.14º 0.49% 0.78% -
XYZ 41.82 44.92 18.78 -
YUV 175.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 199 178 101 0 0.11 0.49 0.22 47.14 0.47 0.59
Hex C7 B2 65 0 B 31 16 2F 2F 3B
Octal 307 262 145 0 13 61 26 57 57 73
Binary 11000111 10110010 1100101 0 1011 110001 10110 101111 101111 111011

Color Harmonies of #C7B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B265

Black with #C7B265

Text Example


Text Example

White with #C7B265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B265; }

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

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

background-color css

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

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

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

border-color css

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

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

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