Html Css Color HEX #C06F2A Meteor

📋 copy color: '#C06F2A'

red 192 ◦ green 111 ◦ blue 42

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

Shades of Meteor #C06F2A

Tints of Meteor #C06F2A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 42 (16.8% from 255) = 12.17%

R = 55.65%
G = 32.17%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C06F2A (or 0xC06F2A) is known color: Meteor. HEX triplet: C0, 6F and 2A. RGB value is (192,111,42). Sum of RGB (Red+Green+Blue) = 192+111+42=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F2A is #3F90D5. Grayscale: #7F7F7F. Windows color (decimal): -4165846 or 2781120. OLE color: 2781120.

HSL color Cylindrical-coordinate representation of color #C06F2A: hue angle of 27.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C06F2A is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 111 42 -
CMYK 0 0.42 0.78 0.25
HSL 27.6º 0.64% 0.46% -
HSV(B) 27.6º 0.78% 0.75% -
XYZ 27.84 22.74 5.11 -
YUV 127.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 192 111 42 0 0.42 0.78 0.25 27.6 0.64 0.46
Hex C0 6F 2A 0 2A 4E 19 1C 40 2E
Octal 300 157 52 0 52 116 31 34 100 56
Binary 11000000 1101111 101010 0 101010 1001110 11001 11100 1000000 101110

Color Harmonies of #C06F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F2A

Black with #C06F2A

Text Example


Text Example

White with #C06F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F2A; }

 p { color: rgb(192,111,42); }

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

background-color css

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

 a { background-color: rgb(192,111,42); }

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

border-color css

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

 span { border-color: rgb(192,111,42); }

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