Html Css Color HEX #C8A766 Laser

📋 copy color: '#C8A766'

red 200 ◦ green 167 ◦ blue 102

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

Shades of Laser #C8A766

Tints of Laser #C8A766

RGB

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

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

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

R = 42.64%
G = 35.61%
B = 21.75%

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

#C8A766 (or 0xC8A766) is known color: Laser. HEX triplet: C8, A7 and 66. RGB value is (200,167,102). Sum of RGB (Red+Green+Blue) = 200+167+102=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A766 is #375899. Grayscale: #A9A9A9. Windows color (decimal): -3627162 or 6727624. OLE color: 6727624.

HSL color Cylindrical-coordinate representation of color #C8A766: hue angle of 39.8º 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 #C8A766 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 167 102 -
CMYK 0 0.16 0.49 0.22
HSL 39.8º 0.47% 0.59% -
HSV(B) 39.8º 0.49% 0.78% -
XYZ 40.04 40.88 18.35 -
YUV 169.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 200 167 102 0 0.16 0.49 0.22 39.8 0.47 0.59
Hex C8 A7 66 0 10 31 16 28 2F 3B
Octal 310 247 146 0 20 61 26 50 57 73
Binary 11001000 10100111 1100110 0 10000 110001 10110 101000 101111 111011

Color Harmonies of #C8A766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A766

Black with #C8A766

Text Example


Text Example

White with #C8A766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A766; }

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

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

background-color css

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

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

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

border-color css

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

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

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