Html Css Color HEX #C2A967 Laser

📋 copy color: '#C2A967'

red 194 ◦ green 169 ◦ blue 103

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

Shades of Laser #C2A967

Tints of Laser #C2A967

RGB

 RED value IS 194 (76.17% from 255) = 41.63%

 GREEN value IS 169 (66.41% from 255) = 36.27%

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

R = 41.63%
G = 36.27%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C2A967 (or 0xC2A967) is known color: Laser. HEX triplet: C2, A9 and 67. RGB value is (194,169,103). Sum of RGB (Red+Green+Blue) = 194+169+103=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A967 is #3D5698. Grayscale: #A9A9A9. Windows color (decimal): -4019865 or 6793666. OLE color: 6793666.

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

Color convert

RGB 194 169 103 -
CMYK 0 0.13 0.47 0.24
HSL 43.52º 0.43% 0.58% -
HSV(B) 43.52º 0.47% 0.76% -
XYZ 38.88 40.82 18.66 -
YUV 168.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 194 169 103 0 0.13 0.47 0.24 43.52 0.43 0.58
Hex C2 A9 67 0 D 2F 18 2C 2B 3A
Octal 302 251 147 0 15 57 30 54 53 72
Binary 11000010 10101001 1100111 0 1101 101111 11000 101100 101011 111010

Color Harmonies of #C2A967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A967

Black with #C2A967

Text Example


Text Example

White with #C2A967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A967; }

 p { color: rgb(194,169,103); }

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

background-color css

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

 a { background-color: rgb(194,169,103); }

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

border-color css

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

 span { border-color: rgb(194,169,103); }

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