Html Css Color HEX #C07A35 Meteor

📋 copy color: '#C07A35'

red 192 ◦ green 122 ◦ blue 53

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

Shades of Meteor #C07A35

Tints of Meteor #C07A35

RGB

 RED value IS 192 (75.39% from 255) = 52.32%

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 53 (21.09% from 255) = 14.44%

R = 52.32%
G = 33.24%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C07A35 (or 0xC07A35) is known color: Meteor. HEX triplet: C0, 7A and 35. RGB value is (192,122,53). Sum of RGB (Red+Green+Blue) = 192+122+53=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A35 is #3F85CA. Grayscale: #878787. Windows color (decimal): -4163019 or 3504832. OLE color: 3504832.

HSL color Cylindrical-coordinate representation of color #C07A35: hue angle of 29.78º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C07A35 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 53 -
CMYK 0 0.36 0.72 0.25
HSL 29.78º 0.57% 0.48% -
HSV(B) 29.78º 0.72% 0.75% -
XYZ 29.34 25.38 6.72 -
YUV 135.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 192 122 53 0 0.36 0.72 0.25 29.78 0.57 0.48
Hex C0 7A 35 0 24 48 19 1E 39 30
Octal 300 172 65 0 44 110 31 36 71 60
Binary 11000000 1111010 110101 0 100100 1001000 11001 11110 111001 110000

Color Harmonies of #C07A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A35

Black with #C07A35

Text Example


Text Example

White with #C07A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A35; }

 p { color: rgb(192,122,53); }

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

background-color css

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

 a { background-color: rgb(192,122,53); }

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

border-color css

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

 span { border-color: rgb(192,122,53); }

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