Html Css Color HEX #C4762D Meteor

📋 copy color: '#C4762D'

red 196 ◦ green 118 ◦ blue 45

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

Shades of Meteor #C4762D

Tints of Meteor #C4762D

RGB

 RED value IS 196 (76.95% from 255) = 54.6%

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

 BLUE value IS 45 (17.97% from 255) = 12.53%

R = 54.6%
G = 32.87%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4762D (or 0xC4762D) is known color: Meteor. HEX triplet: C4, 76 and 2D. RGB value is (196,118,45). Sum of RGB (Red+Green+Blue) = 196+118+45=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4762D is #3B89D2. Grayscale: #858585. Windows color (decimal): -3901907 or 2979524. OLE color: 2979524.

HSL color Cylindrical-coordinate representation of color #C4762D: hue angle of 29.01º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4762D is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 45 -
CMYK 0 0.40 0.77 0.23
HSL 29.01º 0.63% 0.47% -
HSV(B) 29.01º 0.77% 0.77% -
XYZ 29.72 24.88 5.72 -
YUV 133 78.34 172.94 -
System Red Green Blue C M Y K H S L
Decimal 196 118 45 0 0.40 0.77 0.23 29.01 0.63 0.47
Hex C4 76 2D 0 28 4D 17 1D 3F 2F
Octal 304 166 55 0 50 115 27 35 77 57
Binary 11000100 1110110 101101 0 101000 1001101 10111 11101 111111 101111

Color Harmonies of #C4762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4762D

Black with #C4762D

Text Example


Text Example

White with #C4762D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4762D; }

 p { color: rgb(196,118,45); }

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

background-color css

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

 a { background-color: rgb(196,118,45); }

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

border-color css

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

 span { border-color: rgb(196,118,45); }

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