Html Css Color HEX #C8AE65 Laser

📋 copy color: '#C8AE65'

red 200 ◦ green 174 ◦ blue 101

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

Shades of Laser #C8AE65

Tints of Laser #C8AE65

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.63%

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

R = 42.11%
G = 36.63%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C8AE65 (or 0xC8AE65) is known color: Laser. HEX triplet: C8, AE and 65. RGB value is (200,174,101). Sum of RGB (Red+Green+Blue) = 200+174+101=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE65 is #37519A. Grayscale: #ADADAD. Windows color (decimal): -3625371 or 6663880. OLE color: 6663880.

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

Color convert

RGB 200 174 101 -
CMYK 0 0.13 0.49 0.22
HSL 44.24º 0.47% 0.59% -
HSV(B) 44.24º 0.5% 0.78% -
XYZ 41.3 43.49 18.53 -
YUV 173.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 200 174 101 0 0.13 0.49 0.22 44.24 0.47 0.59
Hex C8 AE 65 0 D 31 16 2C 2F 3B
Octal 310 256 145 0 15 61 26 54 57 73
Binary 11001000 10101110 1100101 0 1101 110001 10110 101100 101111 111011

Color Harmonies of #C8AE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE65

Black with #C8AE65

Text Example


Text Example

White with #C8AE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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