Html Css Color HEX #C0751A Ochre

📋 copy color: '#C0751A'

red 192 ◦ green 117 ◦ blue 26

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

Shades of Ochre #C0751A

Tints of Ochre #C0751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 57.31%
G = 34.93%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0751A (or 0xC0751A) is known color: Ochre. HEX triplet: C0, 75 and 1A. RGB value is (192,117,26). Sum of RGB (Red+Green+Blue) = 192+117+26=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0751A is #3F8AE5. Grayscale: #818181. Windows color (decimal): -4164326 or 1734080. OLE color: 1734080.

HSL color Cylindrical-coordinate representation of color #C0751A: hue angle of 32.89º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0751A is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 26 -
CMYK 0 0.39 0.86 0.25
HSL 32.89º 0.76% 0.43% -
HSV(B) 32.89º 0.86% 0.75% -
XYZ 28.29 24 4.12 -
YUV 129.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 192 117 26 0 0.39 0.86 0.25 32.89 0.76 0.43
Hex C0 75 1A 0 27 56 19 21 4C 2B
Octal 300 165 32 0 47 126 31 41 114 53
Binary 11000000 1110101 11010 0 100111 1010110 11001 100001 1001100 101011

Color Harmonies of #C0751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0751A

Black with #C0751A

Text Example


Text Example

White with #C0751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0751A; }

 p { color: rgb(192,117,26); }

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

background-color css

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

 a { background-color: rgb(192,117,26); }

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

border-color css

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

 span { border-color: rgb(192,117,26); }

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