Html Css Color HEX #C8A866 Laser

📋 copy color: '#C8A866'

red 200 ◦ green 168 ◦ blue 102

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

Shades of Laser #C8A866

Tints of Laser #C8A866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

 BLUE value IS 102 (40.23% from 255) = 21.7%

R = 42.55%
G = 35.74%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C8A866 (or 0xC8A866) is known color: Laser. HEX triplet: C8, A8 and 66. RGB value is (200,168,102). Sum of RGB (Red+Green+Blue) = 200+168+102=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A866 is #375799. Grayscale: #AAAAAA. Windows color (decimal): -3626906 or 6727880. OLE color: 6727880.

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

Color convert

RGB 200 168 102 -
CMYK 0 0.16 0.49 0.22
HSL 40.41º 0.47% 0.59% -
HSV(B) 40.41º 0.49% 0.78% -
XYZ 40.22 41.24 18.41 -
YUV 170.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 200 168 102 0 0.16 0.49 0.22 40.41 0.47 0.59
Hex C8 A8 66 0 10 31 16 28 2F 3B
Octal 310 250 146 0 20 61 26 50 57 73
Binary 11001000 10101000 1100110 0 10000 110001 10110 101000 101111 111011

Color Harmonies of #C8A866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A866

Black with #C8A866

Text Example


Text Example

White with #C8A866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A866; }

 p { color: rgb(200,168,102); }

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

background-color css

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

 a { background-color: rgb(200,168,102); }

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

border-color css

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

 span { border-color: rgb(200,168,102); }

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