Html Css Color HEX #C69E5E Laser

📋 copy color: '#C69E5E'

red 198 ◦ green 158 ◦ blue 94

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

Shades of Laser #C69E5E

Tints of Laser #C69E5E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.11%

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 44%
G = 35.11%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C69E5E (or 0xC69E5E) is known color: Laser. HEX triplet: C6, 9E and 5E. RGB value is (198,158,94). Sum of RGB (Red+Green+Blue) = 198+158+94=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69E5E is #3961A1. Grayscale: #A2A2A2. Windows color (decimal): -3760546 or 6201030. OLE color: 6201030.

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

Color convert

RGB 198 158 94 -
CMYK 0 0.20 0.53 0.22
HSL 36.92º 0.48% 0.57% -
HSV(B) 36.92º 0.53% 0.78% -
XYZ 37.54 37.27 15.8 -
YUV 162.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 198 158 94 0 0.20 0.53 0.22 36.92 0.48 0.57
Hex C6 9E 5E 0 14 35 16 25 30 39
Octal 306 236 136 0 24 65 26 45 60 71
Binary 11000110 10011110 1011110 0 10100 110101 10110 100101 110000 111001

Color Harmonies of #C69E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69E5E

Black with #C69E5E

Text Example


Text Example

White with #C69E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69E5E; }

 p { color: rgb(198,158,94); }

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

background-color css

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

 a { background-color: rgb(198,158,94); }

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

border-color css

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

 span { border-color: rgb(198,158,94); }

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