Html Css Color HEX #C2760F Ochre

📋 copy color: '#C2760F'

red 194 ◦ green 118 ◦ blue 15

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

Shades of Ochre #C2760F

Tints of Ochre #C2760F

RGB

 RED value IS 194 (76.17% from 255) = 59.33%

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

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 59.33%
G = 36.09%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2760F (or 0xC2760F) is known color: Ochre. HEX triplet: C2, 76 and 0F. RGB value is (194,118,15). Sum of RGB (Red+Green+Blue) = 194+118+15=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2760F is #3D89F0. Grayscale: #818181. Windows color (decimal): -4033009 or 1013442. OLE color: 1013442.

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

Color convert

RGB 194 118 15 -
CMYK 0 0.39 0.92 0.24
HSL 34.53º 0.86% 0.41% -
HSV(B) 34.53º 0.92% 0.76% -
XYZ 28.81 24.46 3.65 -
YUV 128.98 63.68 174.38 -
System Red Green Blue C M Y K H S L
Decimal 194 118 15 0 0.39 0.92 0.24 34.53 0.86 0.41
Hex C2 76 F 0 27 5C 18 23 56 29
Octal 302 166 17 0 47 134 30 43 126 51
Binary 11000010 1110110 1111 0 100111 1011100 11000 100011 1010110 101001

Color Harmonies of #C2760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2760F

Black with #C2760F

Text Example


Text Example

White with #C2760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2760F; }

 p { color: rgb(194,118,15); }

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

background-color css

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

 a { background-color: rgb(194,118,15); }

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

border-color css

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

 span { border-color: rgb(194,118,15); }

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