Html Css Color HEX #C8A568 Laser

📋 copy color: '#C8A568'

red 200 ◦ green 165 ◦ blue 104

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

Shades of Laser #C8A568

Tints of Laser #C8A568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.18%

 BLUE value IS 104 (41.02% from 255) = 22.17%

R = 42.64%
G = 35.18%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8A568 (or 0xC8A568) is known color: Laser. HEX triplet: C8, A5 and 68. RGB value is (200,165,104). Sum of RGB (Red+Green+Blue) = 200+165+104=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A568 is #375A97. Grayscale: #A8A8A8. Windows color (decimal): -3627672 or 6858184. OLE color: 6858184.

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

Color convert

RGB 200 165 104 -
CMYK 0 0.18 0.48 0.22
HSL 38.13º 0.47% 0.6% -
HSV(B) 38.13º 0.48% 0.78% -
XYZ 39.77 40.19 18.76 -
YUV 168.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 200 165 104 0 0.18 0.48 0.22 38.13 0.47 0.6
Hex C8 A5 68 0 12 30 16 26 2F 3C
Octal 310 245 150 0 22 60 26 46 57 74
Binary 11001000 10100101 1101000 0 10010 110000 10110 100110 101111 111100

Color Harmonies of #C8A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A568

Black with #C8A568

Text Example


Text Example

White with #C8A568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A568; }

 p { color: rgb(200,165,104); }

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

background-color css

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

 a { background-color: rgb(200,165,104); }

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

border-color css

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

 span { border-color: rgb(200,165,104); }

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