Html Css Color HEX #C8A667 Laser

📋 copy color: '#C8A667'

red 200 ◦ green 166 ◦ blue 103

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

Shades of Laser #C8A667

Tints of Laser #C8A667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

 BLUE value IS 103 (40.63% from 255) = 21.96%

R = 42.64%
G = 35.39%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8A667 (or 0xC8A667) is known color: Laser. HEX triplet: C8, A6 and 67. RGB value is (200,166,103). Sum of RGB (Red+Green+Blue) = 200+166+103=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A667 is #375998. Grayscale: #A9A9A9. Windows color (decimal): -3627417 or 6792904. OLE color: 6792904.

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

Color convert

RGB 200 166 103 -
CMYK 0 0.17 0.48 0.22
HSL 38.97º 0.47% 0.59% -
HSV(B) 38.97º 0.49% 0.78% -
XYZ 39.9 40.53 18.55 -
YUV 168.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 200 166 103 0 0.17 0.48 0.22 38.97 0.47 0.59
Hex C8 A6 67 0 11 30 16 27 2F 3B
Octal 310 246 147 0 21 60 26 47 57 73
Binary 11001000 10100110 1100111 0 10001 110000 10110 100111 101111 111011

Color Harmonies of #C8A667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A667

Black with #C8A667

Text Example


Text Example

White with #C8A667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A667; }

 p { color: rgb(200,166,103); }

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

background-color css

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

 a { background-color: rgb(200,166,103); }

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

border-color css

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

 span { border-color: rgb(200,166,103); }

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