Html Css Color HEX #C3A467 Laser

📋 copy color: '#C3A467'

red 195 ◦ green 164 ◦ blue 103

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

Shades of Laser #C3A467

Tints of Laser #C3A467

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.5%

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

R = 42.21%
G = 35.5%
B = 22.29%

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

#C3A467 (or 0xC3A467) is known color: Laser. HEX triplet: C3, A4 and 67. RGB value is (195,164,103). Sum of RGB (Red+Green+Blue) = 195+164+103=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A467 is #3C5B98. Grayscale: #A6A6A6. Windows color (decimal): -3955609 or 6792387. OLE color: 6792387.

HSL color Cylindrical-coordinate representation of color #C3A467: hue angle of 39.78º 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 #C3A467 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 164 103 -
CMYK 0 0.16 0.47 0.24
HSL 39.78º 0.43% 0.58% -
HSV(B) 39.78º 0.47% 0.76% -
XYZ 38.23 39.13 18.37 -
YUV 166.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 195 164 103 0 0.16 0.47 0.24 39.78 0.43 0.58
Hex C3 A4 67 0 10 2F 18 28 2B 3A
Octal 303 244 147 0 20 57 30 50 53 72
Binary 11000011 10100100 1100111 0 10000 101111 11000 101000 101011 111010

Color Harmonies of #C3A467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A467

Black with #C3A467

Text Example


Text Example

White with #C3A467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A467; }

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

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

background-color css

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

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

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

border-color css

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

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

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