Html Css Color HEX #C3762F Meteor

📋 copy color: '#C3762F'

red 195 ◦ green 118 ◦ blue 47

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

Shades of Meteor #C3762F

Tints of Meteor #C3762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

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

R = 54.17%
G = 32.78%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3762F (or 0xC3762F) is known color: Meteor. HEX triplet: C3, 76 and 2F. RGB value is (195,118,47). Sum of RGB (Red+Green+Blue) = 195+118+47=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3762F is #3C89D0. Grayscale: #858585. Windows color (decimal): -3967441 or 3110595. OLE color: 3110595.

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

Color convert

RGB 195 118 47 -
CMYK 0 0.39 0.76 0.24
HSL 28.78º 0.61% 0.47% -
HSV(B) 28.78º 0.76% 0.76% -
XYZ 29.5 24.76 5.91 -
YUV 132.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 195 118 47 0 0.39 0.76 0.24 28.78 0.61 0.47
Hex C3 76 2F 0 27 4C 18 1D 3D 2F
Octal 303 166 57 0 47 114 30 35 75 57
Binary 11000011 1110110 101111 0 100111 1001100 11000 11101 111101 101111

Color Harmonies of #C3762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3762F

Black with #C3762F

Text Example


Text Example

White with #C3762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3762F; }

 p { color: rgb(195,118,47); }

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

background-color css

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

 a { background-color: rgb(195,118,47); }

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

border-color css

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

 span { border-color: rgb(195,118,47); }

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