Html Css Color HEX #C69F5C Laser

📋 copy color: '#C69F5C'

red 198 ◦ green 159 ◦ blue 92

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

Shades of Laser #C69F5C

Tints of Laser #C69F5C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 44.1%
G = 35.41%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C69F5C (or 0xC69F5C) is known color: Laser. HEX triplet: C6, 9F and 5C. RGB value is (198,159,92). Sum of RGB (Red+Green+Blue) = 198+159+92=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F5C is #3960A3. Grayscale: #A3A3A3. Windows color (decimal): -3760292 or 6070214. OLE color: 6070214.

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

Color convert

RGB 198 159 92 -
CMYK 0 0.20 0.54 0.22
HSL 37.92º 0.48% 0.57% -
HSV(B) 37.92º 0.54% 0.78% -
XYZ 37.62 37.57 15.4 -
YUV 163.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 198 159 92 0 0.20 0.54 0.22 37.92 0.48 0.57
Hex C6 9F 5C 0 14 36 16 26 30 39
Octal 306 237 134 0 24 66 26 46 60 71
Binary 11000110 10011111 1011100 0 10100 110110 10110 100110 110000 111001

Color Harmonies of #C69F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69F5C

Black with #C69F5C

Text Example


Text Example

White with #C69F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69F5C; }

 p { color: rgb(198,159,92); }

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

background-color css

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

 a { background-color: rgb(198,159,92); }

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

border-color css

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

 span { border-color: rgb(198,159,92); }

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