Html Css Color HEX #C2751B Ochre

📋 copy color: '#C2751B'

red 194 ◦ green 117 ◦ blue 27

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

Shades of Ochre #C2751B

Tints of Ochre #C2751B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

 BLUE value IS 27 (10.94% from 255) = 7.99%

R = 57.4%
G = 34.62%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2751B (or 0xC2751B) is known color: Ochre. HEX triplet: C2, 75 and 1B. RGB value is (194,117,27). Sum of RGB (Red+Green+Blue) = 194+117+27=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2751B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2751B is #3D8AE4. Grayscale: #828282. Windows color (decimal): -4033253 or 1799618. OLE color: 1799618.

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

Color convert

RGB 194 117 27 -
CMYK 0 0.40 0.86 0.24
HSL 32.34º 0.76% 0.43% -
HSV(B) 32.34º 0.86% 0.76% -
XYZ 28.81 24.27 4.2 -
YUV 129.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 194 117 27 0 0.40 0.86 0.24 32.34 0.76 0.43
Hex C2 75 1B 0 28 56 18 20 4C 2B
Octal 302 165 33 0 50 126 30 40 114 53
Binary 11000010 1110101 11011 0 101000 1010110 11000 100000 1001100 101011

Color Harmonies of #C2751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2751B

Black with #C2751B

Text Example


Text Example

White with #C2751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2751B; }

 p { color: rgb(194,117,27); }

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

background-color css

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

 a { background-color: rgb(194,117,27); }

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

border-color css

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

 span { border-color: rgb(194,117,27); }

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