Html Css Color HEX #C09F61 Laser

📋 copy color: '#C09F61'

red 192 ◦ green 159 ◦ blue 97

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

Shades of Laser #C09F61

Tints of Laser #C09F61

RGB

 RED value IS 192 (75.39% from 255) = 42.86%

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

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 42.86%
G = 35.49%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C09F61 (or 0xC09F61) is known color: Laser. HEX triplet: C0, 9F and 61. RGB value is (192,159,97). Sum of RGB (Red+Green+Blue) = 192+159+97=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F61 is #3F609E. Grayscale: #A2A2A2. Windows color (decimal): -4153503 or 6397888. OLE color: 6397888.

HSL color Cylindrical-coordinate representation of color #C09F61: hue angle of 39.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C09F61 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 97 -
CMYK 0 0.17 0.49 0.25
HSL 39.16º 0.43% 0.57% -
HSV(B) 39.16º 0.49% 0.75% -
XYZ 36.29 36.87 16.51 -
YUV 161.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 192 159 97 0 0.17 0.49 0.25 39.16 0.43 0.57
Hex C0 9F 61 0 11 31 19 27 2B 39
Octal 300 237 141 0 21 61 31 47 53 71
Binary 11000000 10011111 1100001 0 10001 110001 11001 100111 101011 111001

Color Harmonies of #C09F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F61

Black with #C09F61

Text Example


Text Example

White with #C09F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F61; }

 p { color: rgb(192,159,97); }

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

background-color css

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

 a { background-color: rgb(192,159,97); }

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

border-color css

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

 span { border-color: rgb(192,159,97); }

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