Html Css Color HEX #C8B066 Laser

📋 copy color: '#C8B066'

red 200 ◦ green 176 ◦ blue 102

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

Shades of Laser #C8B066

Tints of Laser #C8B066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

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

R = 41.84%
G = 36.82%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C8B066 (or 0xC8B066) is known color: Laser. HEX triplet: C8, B0 and 66. RGB value is (200,176,102). Sum of RGB (Red+Green+Blue) = 200+176+102=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B066 is #374F99. Grayscale: #AFAFAF. Windows color (decimal): -3624858 or 6729928. OLE color: 6729928.

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

Color convert

RGB 200 176 102 -
CMYK 0 0.12 0.49 0.22
HSL 45.31º 0.47% 0.59% -
HSV(B) 45.31º 0.49% 0.78% -
XYZ 41.74 44.29 18.92 -
YUV 174.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 200 176 102 0 0.12 0.49 0.22 45.31 0.47 0.59
Hex C8 B0 66 0 C 31 16 2D 2F 3B
Octal 310 260 146 0 14 61 26 55 57 73
Binary 11001000 10110000 1100110 0 1100 110001 10110 101101 101111 111011

Color Harmonies of #C8B066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B066

Black with #C8B066

Text Example


Text Example

White with #C8B066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B066; }

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

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

background-color css

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

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

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

border-color css

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

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

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