Html Css Color HEX #C2821C Ochre

📋 copy color: '#C2821C'

red 194 ◦ green 130 ◦ blue 28

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

Shades of Ochre #C2821C

Tints of Ochre #C2821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

 BLUE value IS 28 (11.33% from 255) = 7.95%

R = 55.11%
G = 36.93%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2821C (or 0xC2821C) is known color: Ochre. HEX triplet: C2, 82 and 1C. RGB value is (194,130,28). Sum of RGB (Red+Green+Blue) = 194+130+28=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2821C is #3D7DE3. Grayscale: #898989. Windows color (decimal): -4029924 or 1868482. OLE color: 1868482.

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

Color convert

RGB 194 130 28 -
CMYK 0 0.33 0.86 0.24
HSL 36.87º 0.75% 0.44% -
HSV(B) 36.87º 0.86% 0.76% -
XYZ 30.44 27.52 4.81 -
YUV 137.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 194 130 28 0 0.33 0.86 0.24 36.87 0.75 0.44
Hex C2 82 1C 0 21 56 18 25 4B 2C
Octal 302 202 34 0 41 126 30 45 113 54
Binary 11000010 10000010 11100 0 100001 1010110 11000 100101 1001011 101100

Color Harmonies of #C2821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2821C

Black with #C2821C

Text Example


Text Example

White with #C2821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2821C; }

 p { color: rgb(194,130,28); }

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

background-color css

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

 a { background-color: rgb(194,130,28); }

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

border-color css

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

 span { border-color: rgb(194,130,28); }

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