Html Css Color HEX #C8AE66 Laser

📋 copy color: '#C8AE66'

red 200 ◦ green 174 ◦ blue 102

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

Shades of Laser #C8AE66

Tints of Laser #C8AE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.43%

R = 42.02%
G = 36.55%
B = 21.43%

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

#C8AE66 (or 0xC8AE66) is known color: Laser. HEX triplet: C8, AE and 66. RGB value is (200,174,102). Sum of RGB (Red+Green+Blue) = 200+174+102=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE66 is #375199. Grayscale: #ADADAD. Windows color (decimal): -3625370 or 6729416. OLE color: 6729416.

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

Color convert

RGB 200 174 102 -
CMYK 0 0.13 0.49 0.22
HSL 44.08º 0.47% 0.59% -
HSV(B) 44.08º 0.49% 0.78% -
XYZ 41.35 43.51 18.79 -
YUV 173.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 200 174 102 0 0.13 0.49 0.22 44.08 0.47 0.59
Hex C8 AE 66 0 D 31 16 2C 2F 3B
Octal 310 256 146 0 15 61 26 54 57 73
Binary 11001000 10101110 1100110 0 1101 110001 10110 101100 101111 111011

Color Harmonies of #C8AE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE66

Black with #C8AE66

Text Example


Text Example

White with #C8AE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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