Html Css Color HEX #C6A569 Laser

📋 copy color: '#C6A569'

red 198 ◦ green 165 ◦ blue 105

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

Shades of Laser #C6A569

Tints of Laser #C6A569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

 BLUE value IS 105 (41.41% from 255) = 22.44%

R = 42.31%
G = 35.26%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C6A569 (or 0xC6A569) is known color: Laser. HEX triplet: C6, A5 and 69. RGB value is (198,165,105). Sum of RGB (Red+Green+Blue) = 198+165+105=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A569 is #395A96. Grayscale: #A8A8A8. Windows color (decimal): -3758743 or 6923718. OLE color: 6923718.

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

Color convert

RGB 198 165 105 -
CMYK 0 0.17 0.47 0.22
HSL 38.71º 0.45% 0.59% -
HSV(B) 38.71º 0.47% 0.78% -
XYZ 39.29 39.94 19 -
YUV 168.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 198 165 105 0 0.17 0.47 0.22 38.71 0.45 0.59
Hex C6 A5 69 0 11 2F 16 27 2D 3B
Octal 306 245 151 0 21 57 26 47 55 73
Binary 11000110 10100101 1101001 0 10001 101111 10110 100111 101101 111011

Color Harmonies of #C6A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A569

Black with #C6A569

Text Example


Text Example

White with #C6A569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A569; }

 p { color: rgb(198,165,105); }

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

background-color css

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

 a { background-color: rgb(198,165,105); }

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

border-color css

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

 span { border-color: rgb(198,165,105); }

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