Html Css Color HEX #C8B15E Laser

📋 copy color: '#C8B15E'

red 200 ◦ green 177 ◦ blue 94

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

Shades of Laser #C8B15E

Tints of Laser #C8B15E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.58%

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

R = 42.46%
G = 37.58%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8B15E (or 0xC8B15E) is known color: Laser. HEX triplet: C8, B1 and 5E. RGB value is (200,177,94). Sum of RGB (Red+Green+Blue) = 200+177+94=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B15E is #374EA1. Grayscale: #AEAEAE. Windows color (decimal): -3624610 or 6205896. OLE color: 6205896.

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

Color convert

RGB 200 177 94 -
CMYK 0 0.12 0.53 0.22
HSL 46.98º 0.49% 0.58% -
HSV(B) 46.98º 0.53% 0.78% -
XYZ 41.56 44.53 16.99 -
YUV 174.42 82.62 146.25 -
System Red Green Blue C M Y K H S L
Decimal 200 177 94 0 0.12 0.53 0.22 46.98 0.49 0.58
Hex C8 B1 5E 0 C 35 16 2F 31 3A
Octal 310 261 136 0 14 65 26 57 61 72
Binary 11001000 10110001 1011110 0 1100 110101 10110 101111 110001 111010

Color Harmonies of #C8B15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B15E

Black with #C8B15E

Text Example


Text Example

White with #C8B15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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