Html Css Color HEX #C2700F Ochre

📋 copy color: '#C2700F'

red 194 ◦ green 112 ◦ blue 15

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

Shades of Ochre #C2700F

Tints of Ochre #C2700F

RGB

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

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

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

R = 60.44%
G = 34.89%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2700F (or 0xC2700F) is known color: Ochre. HEX triplet: C2, 70 and 0F. RGB value is (194,112,15). Sum of RGB (Red+Green+Blue) = 194+112+15=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2700F is #3D8FF0. Grayscale: #7D7D7D. Windows color (decimal): -4034545 or 1011906. OLE color: 1011906.

HSL color Cylindrical-coordinate representation of color #C2700F: hue angle of 32.51º 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 #C2700F is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 15 -
CMYK 0 0.42 0.92 0.24
HSL 32.51º 0.86% 0.41% -
HSV(B) 32.51º 0.92% 0.76% -
XYZ 28.13 23.09 3.43 -
YUV 125.46 65.67 176.89 -
System Red Green Blue C M Y K H S L
Decimal 194 112 15 0 0.42 0.92 0.24 32.51 0.86 0.41
Hex C2 70 F 0 2A 5C 18 21 56 29
Octal 302 160 17 0 52 134 30 41 126 51
Binary 11000010 1110000 1111 0 101010 1011100 11000 100001 1010110 101001

Color Harmonies of #C2700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2700F

Black with #C2700F

Text Example


Text Example

White with #C2700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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