Html Css Color HEX #C3B05D Laser

📋 copy color: '#C3B05D'

red 195 ◦ green 176 ◦ blue 93

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

Shades of Laser #C3B05D

Tints of Laser #C3B05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.04%

R = 42.03%
G = 37.93%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3B05D (or 0xC3B05D) is known color: Laser. HEX triplet: C3, B0 and 5D. RGB value is (195,176,93). Sum of RGB (Red+Green+Blue) = 195+176+93=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B05D is #3C4FA2. Grayscale: #ACACAC. Windows color (decimal): -3952547 or 6140099. OLE color: 6140099.

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

Color convert

RGB 195 176 93 -
CMYK 0 0.10 0.52 0.24
HSL 48.82º 0.46% 0.56% -
HSV(B) 48.82º 0.52% 0.76% -
XYZ 40.01 43.44 16.63 -
YUV 172.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 195 176 93 0 0.10 0.52 0.24 48.82 0.46 0.56
Hex C3 B0 5D 0 A 34 18 31 2E 38
Octal 303 260 135 0 12 64 30 61 56 70
Binary 11000011 10110000 1011101 0 1010 110100 11000 110001 101110 111000

Color Harmonies of #C3B05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B05D

Black with #C3B05D

Text Example


Text Example

White with #C3B05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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