Html Css Color HEX #C2781D Ochre

📋 copy color: '#C2781D'

red 194 ◦ green 120 ◦ blue 29

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

Shades of Ochre #C2781D

Tints of Ochre #C2781D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.99%

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

R = 56.56%
G = 34.99%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2781D (or 0xC2781D) is known color: Ochre. HEX triplet: C2, 78 and 1D. RGB value is (194,120,29). Sum of RGB (Red+Green+Blue) = 194+120+29=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2781D is #3D87E2. Grayscale: #848484. Windows color (decimal): -4032483 or 1931458. OLE color: 1931458.

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

Color convert

RGB 194 120 29 -
CMYK 0 0.38 0.85 0.24
HSL 33.09º 0.74% 0.44% -
HSV(B) 33.09º 0.85% 0.76% -
XYZ 29.19 24.99 4.45 -
YUV 131.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 194 120 29 0 0.38 0.85 0.24 33.09 0.74 0.44
Hex C2 78 1D 0 26 55 18 21 4A 2C
Octal 302 170 35 0 46 125 30 41 112 54
Binary 11000010 1111000 11101 0 100110 1010101 11000 100001 1001010 101100

Color Harmonies of #C2781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2781D

Black with #C2781D

Text Example


Text Example

White with #C2781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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