Html Css Color HEX #C2700C Ochre

📋 copy color: '#C2700C'

red 194 ◦ green 112 ◦ blue 12

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

Shades of Ochre #C2700C

Tints of Ochre #C2700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.77%

R = 61.01%
G = 35.22%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2700C (or 0xC2700C) is known color: Ochre. HEX triplet: C2, 70 and 0C. RGB value is (194,112,12). Sum of RGB (Red+Green+Blue) = 194+112+12=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C2700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2700C is #3D8FF3. Grayscale: #7D7D7D. Windows color (decimal): -4034548 or 815298. OLE color: 815298.

HSL color Cylindrical-coordinate representation of color #C2700C: hue angle of 32.97º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2700C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 12 -
CMYK 0 0.42 0.94 0.24
HSL 32.97º 0.88% 0.4% -
HSV(B) 32.97º 0.94% 0.76% -
XYZ 28.11 23.08 3.32 -
YUV 125.12 64.17 177.13 -
System Red Green Blue C M Y K H S L
Decimal 194 112 12 0 0.42 0.94 0.24 32.97 0.88 0.4
Hex C2 70 C 0 2A 5E 18 21 58 28
Octal 302 160 14 0 52 136 30 41 130 50
Binary 11000010 1110000 1100 0 101010 1011110 11000 100001 1011000 101000

Color Harmonies of #C2700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2700C

Black with #C2700C

Text Example


Text Example

White with #C2700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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