Html Css Color HEX #C2721D Ochre

📋 copy color: '#C2721D'

red 194 ◦ green 114 ◦ blue 29

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

Shades of Ochre #C2721D

Tints of Ochre #C2721D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 57.57%
G = 33.83%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2721D (or 0xC2721D) is known color: Ochre. HEX triplet: C2, 72 and 1D. RGB value is (194,114,29). Sum of RGB (Red+Green+Blue) = 194+114+29=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2721D is #3D8DE2. Grayscale: #808080. Windows color (decimal): -4034019 or 1929922. OLE color: 1929922.

HSL color Cylindrical-coordinate representation of color #C2721D: hue angle of 30.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2721D is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 114 29 -
CMYK 0 0.41 0.85 0.24
HSL 30.91º 0.74% 0.44% -
HSV(B) 30.91º 0.85% 0.76% -
XYZ 28.49 23.59 4.21 -
YUV 128.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 194 114 29 0 0.41 0.85 0.24 30.91 0.74 0.44
Hex C2 72 1D 0 29 55 18 1F 4A 2C
Octal 302 162 35 0 51 125 30 37 112 54
Binary 11000010 1110010 11101 0 101001 1010101 11000 11111 1001010 101100

Color Harmonies of #C2721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2721D

Black with #C2721D

Text Example


Text Example

White with #C2721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2721D; }

 p { color: rgb(194,114,29); }

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

background-color css

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

 a { background-color: rgb(194,114,29); }

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

border-color css

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

 span { border-color: rgb(194,114,29); }

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