Html Css Color HEX #C3A367 Laser

📋 copy color: '#C3A367'

red 195 ◦ green 163 ◦ blue 103

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

Shades of Laser #C3A367

Tints of Laser #C3A367

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.36%

 BLUE value IS 103 (40.63% from 255) = 22.34%

R = 42.3%
G = 35.36%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3A367 (or 0xC3A367) is known color: Laser. HEX triplet: C3, A3 and 67. RGB value is (195,163,103). Sum of RGB (Red+Green+Blue) = 195+163+103=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A367 is #3C5C98. Grayscale: #A6A6A6. Windows color (decimal): -3955865 or 6792131. OLE color: 6792131.

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

Color convert

RGB 195 163 103 -
CMYK 0 0.16 0.47 0.24
HSL 39.13º 0.43% 0.58% -
HSV(B) 39.13º 0.47% 0.76% -
XYZ 38.05 38.78 18.31 -
YUV 165.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 195 163 103 0 0.16 0.47 0.24 39.13 0.43 0.58
Hex C3 A3 67 0 10 2F 18 27 2B 3A
Octal 303 243 147 0 20 57 30 47 53 72
Binary 11000011 10100011 1100111 0 10000 101111 11000 100111 101011 111010

Color Harmonies of #C3A367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A367

Black with #C3A367

Text Example


Text Example

White with #C3A367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A367; }

 p { color: rgb(195,163,103); }

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

background-color css

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

 a { background-color: rgb(195,163,103); }

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

border-color css

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

 span { border-color: rgb(195,163,103); }

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