Html Css Color HEX #C3A65C Laser

📋 copy color: '#C3A65C'

red 195 ◦ green 166 ◦ blue 92

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

Shades of Laser #C3A65C

Tints of Laser #C3A65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.64%

 BLUE value IS 92 (36.33% from 255) = 20.31%

R = 43.05%
G = 36.64%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3A65C (or 0xC3A65C) is known color: Laser. HEX triplet: C3, A6 and 5C. RGB value is (195,166,92). Sum of RGB (Red+Green+Blue) = 195+166+92=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A65C is #3C59A3. Grayscale: #A6A6A6. Windows color (decimal): -3955108 or 6072003. OLE color: 6072003.

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

Color convert

RGB 195 166 92 -
CMYK 0 0.15 0.53 0.24
HSL 43.11º 0.46% 0.56% -
HSV(B) 43.11º 0.53% 0.76% -
XYZ 38.07 39.65 15.77 -
YUV 166.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 195 166 92 0 0.15 0.53 0.24 43.11 0.46 0.56
Hex C3 A6 5C 0 F 35 18 2B 2E 38
Octal 303 246 134 0 17 65 30 53 56 70
Binary 11000011 10100110 1011100 0 1111 110101 11000 101011 101110 111000

Color Harmonies of #C3A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A65C

Black with #C3A65C

Text Example


Text Example

White with #C3A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A65C; }

 p { color: rgb(195,166,92); }

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

background-color css

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

 a { background-color: rgb(195,166,92); }

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

border-color css

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

 span { border-color: rgb(195,166,92); }

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