Html Css Color HEX #C8A465 Laser

📋 copy color: '#C8A465'

red 200 ◦ green 164 ◦ blue 101

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

Shades of Laser #C8A465

Tints of Laser #C8A465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.27%

 BLUE value IS 101 (39.84% from 255) = 21.72%

R = 43.01%
G = 35.27%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C8A465 (or 0xC8A465) is known color: Laser. HEX triplet: C8, A4 and 65. RGB value is (200,164,101). Sum of RGB (Red+Green+Blue) = 200+164+101=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A465 is #375B9A. Grayscale: #A7A7A7. Windows color (decimal): -3627931 or 6661320. OLE color: 6661320.

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

Color convert

RGB 200 164 101 -
CMYK 0 0.18 0.49 0.22
HSL 38.18º 0.47% 0.59% -
HSV(B) 38.18º 0.5% 0.78% -
XYZ 39.44 39.77 17.91 -
YUV 167.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 200 164 101 0 0.18 0.49 0.22 38.18 0.47 0.59
Hex C8 A4 65 0 12 31 16 26 2F 3B
Octal 310 244 145 0 22 61 26 46 57 73
Binary 11001000 10100100 1100101 0 10010 110001 10110 100110 101111 111011

Color Harmonies of #C8A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A465

Black with #C8A465

Text Example


Text Example

White with #C8A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A465; }

 p { color: rgb(200,164,101); }

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

background-color css

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

 a { background-color: rgb(200,164,101); }

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

border-color css

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

 span { border-color: rgb(200,164,101); }

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