Html Css Color HEX #C8A565 Laser

📋 copy color: '#C8A565'

red 200 ◦ green 165 ◦ blue 101

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

Shades of Laser #C8A565

Tints of Laser #C8A565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.41%

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

R = 42.92%
G = 35.41%
B = 21.67%

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

#C8A565 (or 0xC8A565) is known color: Laser. HEX triplet: C8, A5 and 65. RGB value is (200,165,101). Sum of RGB (Red+Green+Blue) = 200+165+101=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A565 is #375A9A. Grayscale: #A8A8A8. Windows color (decimal): -3627675 or 6661576. OLE color: 6661576.

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

Color convert

RGB 200 165 101 -
CMYK 0 0.18 0.49 0.22
HSL 38.79º 0.47% 0.59% -
HSV(B) 38.79º 0.5% 0.78% -
XYZ 39.62 40.13 17.97 -
YUV 168.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 200 165 101 0 0.18 0.49 0.22 38.79 0.47 0.59
Hex C8 A5 65 0 12 31 16 27 2F 3B
Octal 310 245 145 0 22 61 26 47 57 73
Binary 11001000 10100101 1100101 0 10010 110001 10110 100111 101111 111011

Color Harmonies of #C8A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A565

Black with #C8A565

Text Example


Text Example

White with #C8A565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A565; }

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

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

background-color css

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

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

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

border-color css

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

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

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