Html Css Color HEX #C67330 Meteor

📋 copy color: '#C67330'

red 198 ◦ green 115 ◦ blue 48

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

Shades of Meteor #C67330

Tints of Meteor #C67330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

 BLUE value IS 48 (19.14% from 255) = 13.3%

R = 54.85%
G = 31.86%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C67330 (or 0xC67330) is known color: Meteor. HEX triplet: C6, 73 and 30. RGB value is (198,115,48). Sum of RGB (Red+Green+Blue) = 198+115+48=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C67330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67330 is #398CCF. Grayscale: #848484. Windows color (decimal): -3771600 or 3175366. OLE color: 3175366.

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

Color convert

RGB 198 115 48 -
CMYK 0 0.42 0.76 0.22
HSL 26.8º 0.61% 0.48% -
HSV(B) 26.8º 0.76% 0.78% -
XYZ 29.95 24.48 5.94 -
YUV 132.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 198 115 48 0 0.42 0.76 0.22 26.8 0.61 0.48
Hex C6 73 30 0 2A 4C 16 1B 3D 30
Octal 306 163 60 0 52 114 26 33 75 60
Binary 11000110 1110011 110000 0 101010 1001100 10110 11011 111101 110000

Color Harmonies of #C67330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67330

Black with #C67330

Text Example


Text Example

White with #C67330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67330; }

 p { color: rgb(198,115,48); }

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

background-color css

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

 a { background-color: rgb(198,115,48); }

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

border-color css

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

 span { border-color: rgb(198,115,48); }

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