Html Css Color HEX #C6752F Meteor

📋 copy color: '#C6752F'

red 198 ◦ green 117 ◦ blue 47

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

Shades of Meteor #C6752F

Tints of Meteor #C6752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.32%

 BLUE value IS 47 (18.75% from 255) = 12.98%

R = 54.7%
G = 32.32%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6752F (or 0xC6752F) is known color: Meteor. HEX triplet: C6, 75 and 2F. RGB value is (198,117,47). Sum of RGB (Red+Green+Blue) = 198+117+47=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6752F is #398AD0. Grayscale: #858585. Windows color (decimal): -3771089 or 3110342. OLE color: 3110342.

HSL color Cylindrical-coordinate representation of color #C6752F: hue angle of 27.81º degrees, saturation: 0.62, 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 #C6752F is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 117 47 -
CMYK 0 0.41 0.76 0.22
HSL 27.81º 0.62% 0.48% -
HSV(B) 27.81º 0.76% 0.78% -
XYZ 30.16 24.93 5.91 -
YUV 133.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 198 117 47 0 0.41 0.76 0.22 27.81 0.62 0.48
Hex C6 75 2F 0 29 4C 16 1C 3E 30
Octal 306 165 57 0 51 114 26 34 76 60
Binary 11000110 1110101 101111 0 101001 1001100 10110 11100 111110 110000

Color Harmonies of #C6752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6752F

Black with #C6752F

Text Example


Text Example

White with #C6752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6752F; }

 p { color: rgb(198,117,47); }

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

background-color css

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

 a { background-color: rgb(198,117,47); }

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

border-color css

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

 span { border-color: rgb(198,117,47); }

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