Html Css Color HEX #C8A35F Laser

📋 copy color: '#C8A35F'

red 200 ◦ green 163 ◦ blue 95

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

Shades of Laser #C8A35F

Tints of Laser #C8A35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.59%

 BLUE value IS 95 (37.5% from 255) = 20.74%

R = 43.67%
G = 35.59%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8A35F (or 0xC8A35F) is known color: Laser. HEX triplet: C8, A3 and 5F. RGB value is (200,163,95). Sum of RGB (Red+Green+Blue) = 200+163+95=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A35F is #375CA0. Grayscale: #A6A6A6. Windows color (decimal): -3628193 or 6267848. OLE color: 6267848.

HSL color Cylindrical-coordinate representation of color #C8A35F: hue angle of 38.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8A35F is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 163 95 -
CMYK 0 0.18 0.52 0.22
HSL 38.86º 0.49% 0.58% -
HSV(B) 38.86º 0.53% 0.78% -
XYZ 38.98 39.3 16.36 -
YUV 166.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 200 163 95 0 0.18 0.52 0.22 38.86 0.49 0.58
Hex C8 A3 5F 0 12 34 16 27 31 3A
Octal 310 243 137 0 22 64 26 47 61 72
Binary 11001000 10100011 1011111 0 10010 110100 10110 100111 110001 111010

Color Harmonies of #C8A35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A35F

Black with #C8A35F

Text Example


Text Example

White with #C8A35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A35F; }

 p { color: rgb(200,163,95); }

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

background-color css

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

 a { background-color: rgb(200,163,95); }

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

border-color css

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

 span { border-color: rgb(200,163,95); }

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