Html Css Color HEX #C3B05A Laser

📋 copy color: '#C3B05A'

red 195 ◦ green 176 ◦ blue 90

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

Shades of Laser #C3B05A

Tints of Laser #C3B05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.52%

R = 42.3%
G = 38.18%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3B05A (or 0xC3B05A) is known color: Laser. HEX triplet: C3, B0 and 5A. RGB value is (195,176,90). Sum of RGB (Red+Green+Blue) = 195+176+90=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B05A is #3C4FA5. Grayscale: #ACACAC. Windows color (decimal): -3952550 or 5943491. OLE color: 5943491.

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

Color convert

RGB 195 176 90 -
CMYK 0 0.10 0.54 0.24
HSL 49.14º 0.47% 0.56% -
HSV(B) 49.14º 0.54% 0.76% -
XYZ 39.88 43.39 15.95 -
YUV 171.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 195 176 90 0 0.10 0.54 0.24 49.14 0.47 0.56
Hex C3 B0 5A 0 A 36 18 31 2F 38
Octal 303 260 132 0 12 66 30 61 57 70
Binary 11000011 10110000 1011010 0 1010 110110 11000 110001 101111 111000

Color Harmonies of #C3B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B05A

Black with #C3B05A

Text Example


Text Example

White with #C3B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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