Html Css Color HEX #C8AB58 Laser

📋 copy color: '#C8AB58'

red 200 ◦ green 171 ◦ blue 88

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

Shades of Laser #C8AB58

Tints of Laser #C8AB58

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

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

R = 43.57%
G = 37.25%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8AB58 (or 0xC8AB58) is known color: Laser. HEX triplet: C8, AB and 58. RGB value is (200,171,88). Sum of RGB (Red+Green+Blue) = 200+171+88=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB58 is #3754A7. Grayscale: #AAAAAA. Windows color (decimal): -3626152 or 5811144. OLE color: 5811144.

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

Color convert

RGB 200 171 88 -
CMYK 0 0.14 0.56 0.22
HSL 44.46º 0.5% 0.56% -
HSV(B) 44.46º 0.56% 0.78% -
XYZ 40.14 42.11 15.24 -
YUV 170.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 200 171 88 0 0.14 0.56 0.22 44.46 0.5 0.56
Hex C8 AB 58 0 E 38 16 2C 32 38
Octal 310 253 130 0 16 70 26 54 62 70
Binary 11001000 10101011 1011000 0 1110 111000 10110 101100 110010 111000

Color Harmonies of #C8AB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB58

Black with #C8AB58

Text Example


Text Example

White with #C8AB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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