Html Css Color HEX #C3B060 Laser

📋 copy color: '#C3B060'

red 195 ◦ green 176 ◦ blue 96

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

Shades of Laser #C3B060

Tints of Laser #C3B060

RGB

 RED value IS 195 (76.56% from 255) = 41.76%

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

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 41.76%
G = 37.69%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3B060 (or 0xC3B060) is known color: Laser. HEX triplet: C3, B0 and 60. RGB value is (195,176,96). Sum of RGB (Red+Green+Blue) = 195+176+96=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B060 is #3C4F9F. Grayscale: #ACACAC. Windows color (decimal): -3952544 or 6336707. OLE color: 6336707.

HSL color Cylindrical-coordinate representation of color #C3B060: hue angle of 48.48º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3B060 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 176 96 -
CMYK 0 0.10 0.51 0.24
HSL 48.48º 0.45% 0.57% -
HSV(B) 48.48º 0.51% 0.76% -
XYZ 40.14 43.5 17.35 -
YUV 172.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 195 176 96 0 0.10 0.51 0.24 48.48 0.45 0.57
Hex C3 B0 60 0 A 33 18 30 2D 39
Octal 303 260 140 0 12 63 30 60 55 71
Binary 11000011 10110000 1100000 0 1010 110011 11000 110000 101101 111001

Color Harmonies of #C3B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B060

Black with #C3B060

Text Example


Text Example

White with #C3B060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B060; }

 p { color: rgb(195,176,96); }

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

background-color css

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

 a { background-color: rgb(195,176,96); }

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

border-color css

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

 span { border-color: rgb(195,176,96); }

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