Html Css Color HEX #C2700B Ochre

📋 copy color: '#C2700B'

red 194 ◦ green 112 ◦ blue 11

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

Shades of Ochre #C2700B

Tints of Ochre #C2700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.47%

R = 61.2%
G = 35.33%
B = 3.47%

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

#C2700B (or 0xC2700B) is known color: Ochre. HEX triplet: C2, 70 and 0B. RGB value is (194,112,11). Sum of RGB (Red+Green+Blue) = 194+112+11=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C2700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2700B is #3D8FF4. Grayscale: #7D7D7D. Windows color (decimal): -4034549 or 749762. OLE color: 749762.

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

Color convert

RGB 194 112 11 -
CMYK 0 0.42 0.94 0.24
HSL 33.11º 0.89% 0.4% -
HSV(B) 33.11º 0.94% 0.76% -
XYZ 28.1 23.08 3.29 -
YUV 125 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 194 112 11 0 0.42 0.94 0.24 33.11 0.89 0.4
Hex C2 70 B 0 2A 5E 18 21 59 28
Octal 302 160 13 0 52 136 30 41 131 50
Binary 11000010 1110000 1011 0 101010 1011110 11000 100001 1011001 101000

Color Harmonies of #C2700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2700B

Black with #C2700B

Text Example


Text Example

White with #C2700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2700B; }

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

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

background-color css

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

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

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

border-color css

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

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

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