Html Css Color HEX #C3742B Meteor

📋 copy color: '#C3742B'

red 195 ◦ green 116 ◦ blue 43

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

Shades of Meteor #C3742B

Tints of Meteor #C3742B

RGB

 RED value IS 195 (76.56% from 255) = 55.08%

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 43 (17.19% from 255) = 12.15%

R = 55.08%
G = 32.77%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3742B (or 0xC3742B) is known color: Meteor. HEX triplet: C3, 74 and 2B. RGB value is (195,116,43). Sum of RGB (Red+Green+Blue) = 195+116+43=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3742B is #3C8BD4. Grayscale: #838383. Windows color (decimal): -3967957 or 2847939. OLE color: 2847939.

HSL color Cylindrical-coordinate representation of color #C3742B: hue angle of 28.82º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3742B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 116 43 -
CMYK 0 0.41 0.78 0.24
HSL 28.82º 0.64% 0.47% -
HSV(B) 28.82º 0.78% 0.76% -
XYZ 29.19 24.27 5.43 -
YUV 131.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 195 116 43 0 0.41 0.78 0.24 28.82 0.64 0.47
Hex C3 74 2B 0 29 4E 18 1D 40 2F
Octal 303 164 53 0 51 116 30 35 100 57
Binary 11000011 1110100 101011 0 101001 1001110 11000 11101 1000000 101111

Color Harmonies of #C3742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3742B

Black with #C3742B

Text Example


Text Example

White with #C3742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3742B; }

 p { color: rgb(195,116,43); }

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

background-color css

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

 a { background-color: rgb(195,116,43); }

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

border-color css

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

 span { border-color: rgb(195,116,43); }

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