Html Css Color HEX #C4702B Meteor

📋 copy color: '#C4702B'

red 196 ◦ green 112 ◦ blue 43

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

Shades of Meteor #C4702B

Tints of Meteor #C4702B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

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

R = 55.84%
G = 31.91%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4702B (or 0xC4702B) is known color: Meteor. HEX triplet: C4, 70 and 2B. RGB value is (196,112,43). Sum of RGB (Red+Green+Blue) = 196+112+43=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C4702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4702B is #3B8FD4. Grayscale: #818181. Windows color (decimal): -3903445 or 2846916. OLE color: 2846916.

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

Color convert

RGB 196 112 43 -
CMYK 0 0.43 0.78 0.23
HSL 27.06º 0.64% 0.47% -
HSV(B) 27.06º 0.78% 0.77% -
XYZ 29 23.5 5.29 -
YUV 129.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 196 112 43 0 0.43 0.78 0.23 27.06 0.64 0.47
Hex C4 70 2B 0 2B 4E 17 1B 40 2F
Octal 304 160 53 0 53 116 27 33 100 57
Binary 11000100 1110000 101011 0 101011 1001110 10111 11011 1000000 101111

Color Harmonies of #C4702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4702B

Black with #C4702B

Text Example


Text Example

White with #C4702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4702B; }

 p { color: rgb(196,112,43); }

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

background-color css

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

 a { background-color: rgb(196,112,43); }

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

border-color css

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

 span { border-color: rgb(196,112,43); }

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