Html Css Color HEX #C9B060 Laser

📋 copy color: '#C9B060'

red 201 ◦ green 176 ◦ blue 96

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

Shades of Laser #C9B060

Tints of Laser #C9B060

RGB

 RED value IS 201 (78.91% from 255) = 42.49%

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

 BLUE value IS 96 (37.89% from 255) = 20.3%

R = 42.49%
G = 37.21%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C9B060 (or 0xC9B060) is known color: Laser. HEX triplet: C9, B0 and 60. RGB value is (201,176,96). Sum of RGB (Red+Green+Blue) = 201+176+96=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B060 is #364F9F. Grayscale: #AEAEAE. Windows color (decimal): -3559328 or 6336713. OLE color: 6336713.

HSL color Cylindrical-coordinate representation of color #C9B060: hue angle of 45.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9B060 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 176 96 -
CMYK 0 0.12 0.52 0.21
HSL 45.71º 0.49% 0.58% -
HSV(B) 45.71º 0.52% 0.79% -
XYZ 41.72 44.31 17.42 -
YUV 174.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 201 176 96 0 0.12 0.52 0.21 45.71 0.49 0.58
Hex C9 B0 60 0 C 34 15 2E 31 3A
Octal 311 260 140 0 14 64 25 56 61 72
Binary 11001001 10110000 1100000 0 1100 110100 10101 101110 110001 111010

Color Harmonies of #C9B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B060

Black with #C9B060

Text Example


Text Example

White with #C9B060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B060; }

 p { color: rgb(201,176,96); }

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

background-color css

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

 a { background-color: rgb(201,176,96); }

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

border-color css

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

 span { border-color: rgb(201,176,96); }

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