Html Css Color HEX #C6AF67 Laser

📋 copy color: '#C6AF67'

red 198 ◦ green 175 ◦ blue 103

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

Shades of Laser #C6AF67

Tints of Laser #C6AF67

RGB

 RED value IS 198 (77.73% from 255) = 41.6%

 GREEN value IS 175 (68.75% from 255) = 36.76%

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

R = 41.6%
G = 36.76%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C6AF67 (or 0xC6AF67) is known color: Laser. HEX triplet: C6, AF and 67. RGB value is (198,175,103). Sum of RGB (Red+Green+Blue) = 198+175+103=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AF67 is #395098. Grayscale: #ADADAD. Windows color (decimal): -3756185 or 6795206. OLE color: 6795206.

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

Color convert

RGB 198 175 103 -
CMYK 0 0.12 0.48 0.22
HSL 45.47º 0.45% 0.59% -
HSV(B) 45.47º 0.48% 0.78% -
XYZ 41.07 43.64 19.09 -
YUV 173.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 198 175 103 0 0.12 0.48 0.22 45.47 0.45 0.59
Hex C6 AF 67 0 C 30 16 2D 2D 3B
Octal 306 257 147 0 14 60 26 55 55 73
Binary 11000110 10101111 1100111 0 1100 110000 10110 101101 101101 111011

Color Harmonies of #C6AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF67

Black with #C6AF67

Text Example


Text Example

White with #C6AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF67; }

 p { color: rgb(198,175,103); }

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

background-color css

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

 a { background-color: rgb(198,175,103); }

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

border-color css

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

 span { border-color: rgb(198,175,103); }

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