Html Css Color HEX #C2710B Ochre

📋 copy color: '#C2710B'

red 194 ◦ green 113 ◦ blue 11

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

Shades of Ochre #C2710B

Tints of Ochre #C2710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.53%

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

R = 61.01%
G = 35.53%
B = 3.46%

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

#C2710B (or 0xC2710B) is known color: Ochre. HEX triplet: C2, 71 and 0B. RGB value is (194,113,11). Sum of RGB (Red+Green+Blue) = 194+113+11=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C2710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2710B is #3D8EF4. Grayscale: #7E7E7E. Windows color (decimal): -4034293 or 750018. OLE color: 750018.

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

Color convert

RGB 194 113 11 -
CMYK 0 0.42 0.94 0.24
HSL 33.44º 0.89% 0.4% -
HSV(B) 33.44º 0.94% 0.76% -
XYZ 28.21 23.3 3.33 -
YUV 125.59 63.34 176.79 -
System Red Green Blue C M Y K H S L
Decimal 194 113 11 0 0.42 0.94 0.24 33.44 0.89 0.4
Hex C2 71 B 0 2A 5E 18 21 59 28
Octal 302 161 13 0 52 136 30 41 131 50
Binary 11000010 1110001 1011 0 101010 1011110 11000 100001 1011001 101000

Color Harmonies of #C2710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2710B

Black with #C2710B

Text Example


Text Example

White with #C2710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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