Html Css Color HEX #C8A35E Laser

📋 copy color: '#C8A35E'

red 200 ◦ green 163 ◦ blue 94

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

Shades of Laser #C8A35E

Tints of Laser #C8A35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 43.76%
G = 35.67%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8A35E (or 0xC8A35E) is known color: Laser. HEX triplet: C8, A3 and 5E. RGB value is (200,163,94). Sum of RGB (Red+Green+Blue) = 200+163+94=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A35E is #375CA1. Grayscale: #A6A6A6. Windows color (decimal): -3628194 or 6202312. OLE color: 6202312.

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

Color convert

RGB 200 163 94 -
CMYK 0 0.18 0.53 0.22
HSL 39.06º 0.49% 0.58% -
HSV(B) 39.06º 0.53% 0.78% -
XYZ 38.94 39.28 16.12 -
YUV 166.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 200 163 94 0 0.18 0.53 0.22 39.06 0.49 0.58
Hex C8 A3 5E 0 12 35 16 27 31 3A
Octal 310 243 136 0 22 65 26 47 61 72
Binary 11001000 10100011 1011110 0 10010 110101 10110 100111 110001 111010

Color Harmonies of #C8A35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A35E

Black with #C8A35E

Text Example


Text Example

White with #C8A35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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