Html Css Color HEX #C8AF58 Laser

📋 copy color: '#C8AF58'

red 200 ◦ green 175 ◦ blue 88

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

Shades of Laser #C8AF58

Tints of Laser #C8AF58

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.8%

 BLUE value IS 88 (34.77% from 255) = 19.01%

R = 43.2%
G = 37.8%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8AF58 (or 0xC8AF58) is known color: Laser. HEX triplet: C8, AF and 58. RGB value is (200,175,88). Sum of RGB (Red+Green+Blue) = 200+175+88=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF58 is #3750A7. Grayscale: #ACACAC. Windows color (decimal): -3625128 or 5812168. OLE color: 5812168.

HSL color Cylindrical-coordinate representation of color #C8AF58: hue angle of 46.61º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8AF58 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 88 -
CMYK 0 0.12 0.56 0.22
HSL 46.61º 0.5% 0.56% -
HSV(B) 46.61º 0.56% 0.78% -
XYZ 40.91 43.64 15.5 -
YUV 172.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 200 175 88 0 0.12 0.56 0.22 46.61 0.5 0.56
Hex C8 AF 58 0 C 38 16 2F 32 38
Octal 310 257 130 0 14 70 26 57 62 70
Binary 11001000 10101111 1011000 0 1100 111000 10110 101111 110010 111000

Color Harmonies of #C8AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF58

Black with #C8AF58

Text Example


Text Example

White with #C8AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF58; }

 p { color: rgb(200,175,88); }

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

background-color css

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

 a { background-color: rgb(200,175,88); }

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

border-color css

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

 span { border-color: rgb(200,175,88); }

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