Html Css Color HEX #C8A365 Laser

📋 copy color: '#C8A365'

red 200 ◦ green 163 ◦ blue 101

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

Shades of Laser #C8A365

Tints of Laser #C8A365

RGB

 RED value IS 200 (78.52% from 255) = 43.1%

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

 BLUE value IS 101 (39.84% from 255) = 21.77%

R = 43.1%
G = 35.13%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C8A365 (or 0xC8A365) is known color: Laser. HEX triplet: C8, A3 and 65. RGB value is (200,163,101). Sum of RGB (Red+Green+Blue) = 200+163+101=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A365 is #375C9A. Grayscale: #A7A7A7. Windows color (decimal): -3628187 or 6661064. OLE color: 6661064.

HSL color Cylindrical-coordinate representation of color #C8A365: hue angle of 37.58º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8A365 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 163 101 -
CMYK 0 0.18 0.49 0.22
HSL 37.58º 0.47% 0.59% -
HSV(B) 37.58º 0.5% 0.78% -
XYZ 39.27 39.41 17.85 -
YUV 167 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 200 163 101 0 0.18 0.49 0.22 37.58 0.47 0.59
Hex C8 A3 65 0 12 31 16 26 2F 3B
Octal 310 243 145 0 22 61 26 46 57 73
Binary 11001000 10100011 1100101 0 10010 110001 10110 100110 101111 111011

Color Harmonies of #C8A365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A365

Black with #C8A365

Text Example


Text Example

White with #C8A365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A365; }

 p { color: rgb(200,163,101); }

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

background-color css

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

 a { background-color: rgb(200,163,101); }

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

border-color css

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

 span { border-color: rgb(200,163,101); }

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