Html Css Color HEX #C8A261 Laser

📋 copy color: '#C8A261'

red 200 ◦ green 162 ◦ blue 97

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

Shades of Laser #C8A261

Tints of Laser #C8A261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.29%

 BLUE value IS 97 (38.28% from 255) = 21.13%

R = 43.57%
G = 35.29%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8A261 (or 0xC8A261) is known color: Laser. HEX triplet: C8, A2 and 61. RGB value is (200,162,97). Sum of RGB (Red+Green+Blue) = 200+162+97=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A261 is #375D9E. Grayscale: #A6A6A6. Windows color (decimal): -3628447 or 6398664. OLE color: 6398664.

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

Color convert

RGB 200 162 97 -
CMYK 0 0.19 0.52 0.22
HSL 37.86º 0.48% 0.58% -
HSV(B) 37.86º 0.52% 0.78% -
XYZ 38.9 38.98 16.78 -
YUV 165.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 200 162 97 0 0.19 0.52 0.22 37.86 0.48 0.58
Hex C8 A2 61 0 13 34 16 26 30 3A
Octal 310 242 141 0 23 64 26 46 60 72
Binary 11001000 10100010 1100001 0 10011 110100 10110 100110 110000 111010

Color Harmonies of #C8A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A261

Black with #C8A261

Text Example


Text Example

White with #C8A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A261; }

 p { color: rgb(200,162,97); }

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

background-color css

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

 a { background-color: rgb(200,162,97); }

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

border-color css

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

 span { border-color: rgb(200,162,97); }

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