Html Css Color HEX #C9AC67 Laser

📋 copy color: '#C9AC67'

red 201 ◦ green 172 ◦ blue 103

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

Shades of Laser #C9AC67

Tints of Laser #C9AC67

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

 BLUE value IS 103 (40.63% from 255) = 21.64%

R = 42.23%
G = 36.13%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C9AC67 (or 0xC9AC67) is known color: Laser. HEX triplet: C9, AC and 67. RGB value is (201,172,103). Sum of RGB (Red+Green+Blue) = 201+172+103=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC67 is #365398. Grayscale: #ADADAD. Windows color (decimal): -3560345 or 6794441. OLE color: 6794441.

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

Color convert

RGB 201 172 103 -
CMYK 0 0.14 0.49 0.21
HSL 42.24º 0.48% 0.6% -
HSV(B) 42.24º 0.49% 0.79% -
XYZ 41.29 42.9 18.94 -
YUV 172.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 201 172 103 0 0.14 0.49 0.21 42.24 0.48 0.6
Hex C9 AC 67 0 E 31 15 2A 30 3C
Octal 311 254 147 0 16 61 25 52 60 74
Binary 11001001 10101100 1100111 0 1110 110001 10101 101010 110000 111100

Color Harmonies of #C9AC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC67

Black with #C9AC67

Text Example


Text Example

White with #C9AC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC67; }

 p { color: rgb(201,172,103); }

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

background-color css

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

 a { background-color: rgb(201,172,103); }

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

border-color css

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

 span { border-color: rgb(201,172,103); }

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