Html Css Color HEX #C2A763 Laser

📋 copy color: '#C2A763'

red 194 ◦ green 167 ◦ blue 99

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

Shades of Laser #C2A763

Tints of Laser #C2A763

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.3%

 BLUE value IS 99 (39.06% from 255) = 21.52%

R = 42.17%
G = 36.3%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2A763 (or 0xC2A763) is known color: Laser. HEX triplet: C2, A7 and 63. RGB value is (194,167,99). Sum of RGB (Red+Green+Blue) = 194+167+99=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A763 is #3D589C. Grayscale: #A7A7A7. Windows color (decimal): -4020381 or 6531010. OLE color: 6531010.

HSL color Cylindrical-coordinate representation of color #C2A763: hue angle of 42.95º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2A763 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 167 99 -
CMYK 0 0.14 0.49 0.24
HSL 42.95º 0.44% 0.57% -
HSV(B) 42.95º 0.49% 0.76% -
XYZ 38.32 40.01 17.51 -
YUV 167.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 194 167 99 0 0.14 0.49 0.24 42.95 0.44 0.57
Hex C2 A7 63 0 E 31 18 2B 2C 39
Octal 302 247 143 0 16 61 30 53 54 71
Binary 11000010 10100111 1100011 0 1110 110001 11000 101011 101100 111001

Color Harmonies of #C2A763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A763

Black with #C2A763

Text Example


Text Example

White with #C2A763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A763; }

 p { color: rgb(194,167,99); }

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

background-color css

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

 a { background-color: rgb(194,167,99); }

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

border-color css

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

 span { border-color: rgb(194,167,99); }

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