Html Css Color HEX #C8A867 Laser

📋 copy color: '#C8A867'

red 200 ◦ green 168 ◦ blue 103

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

Shades of Laser #C8A867

Tints of Laser #C8A867

RGB

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

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

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

R = 42.46%
G = 35.67%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8A867 (or 0xC8A867) is known color: Laser. HEX triplet: C8, A8 and 67. RGB value is (200,168,103). Sum of RGB (Red+Green+Blue) = 200+168+103=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A867 is #375798. Grayscale: #AAAAAA. Windows color (decimal): -3626905 or 6793416. OLE color: 6793416.

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

Color convert

RGB 200 168 103 -
CMYK 0 0.16 0.48 0.22
HSL 40.21º 0.47% 0.59% -
HSV(B) 40.21º 0.49% 0.78% -
XYZ 40.27 41.26 18.67 -
YUV 170.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 200 168 103 0 0.16 0.48 0.22 40.21 0.47 0.59
Hex C8 A8 67 0 10 30 16 28 2F 3B
Octal 310 250 147 0 20 60 26 50 57 73
Binary 11001000 10101000 1100111 0 10000 110000 10110 101000 101111 111011

Color Harmonies of #C8A867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A867

Black with #C8A867

Text Example


Text Example

White with #C8A867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A867; }

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

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

background-color css

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

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

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

border-color css

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

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

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