Html Css Color HEX #C0A359 Laser

📋 copy color: '#C0A359'

red 192 ◦ green 163 ◦ blue 89

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

Shades of Laser #C0A359

Tints of Laser #C0A359

RGB

 RED value IS 192 (75.39% from 255) = 43.24%

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

 BLUE value IS 89 (35.16% from 255) = 20.05%

R = 43.24%
G = 36.71%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0A359 (or 0xC0A359) is known color: Laser. HEX triplet: C0, A3 and 59. RGB value is (192,163,89). Sum of RGB (Red+Green+Blue) = 192+163+89=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A359 is #3F5CA6. Grayscale: #A3A3A3. Windows color (decimal): -4152487 or 5874624. OLE color: 5874624.

HSL color Cylindrical-coordinate representation of color #C0A359: hue angle of 43.11º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0A359 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 163 89 -
CMYK 0 0.15 0.54 0.25
HSL 43.11º 0.45% 0.55% -
HSV(B) 43.11º 0.54% 0.75% -
XYZ 36.64 38.12 14.88 -
YUV 163.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 192 163 89 0 0.15 0.54 0.25 43.11 0.45 0.55
Hex C0 A3 59 0 F 36 19 2B 2D 37
Octal 300 243 131 0 17 66 31 53 55 67
Binary 11000000 10100011 1011001 0 1111 110110 11001 101011 101101 110111

Color Harmonies of #C0A359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A359

Black with #C0A359

Text Example


Text Example

White with #C0A359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A359; }

 p { color: rgb(192,163,89); }

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

background-color css

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

 a { background-color: rgb(192,163,89); }

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

border-color css

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

 span { border-color: rgb(192,163,89); }

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