Html Css Color HEX #C26C1E Ochre

📋 copy color: '#C26C1E'

red 194 ◦ green 108 ◦ blue 30

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

Shades of Ochre #C26C1E

Tints of Ochre #C26C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 58.43%
G = 32.53%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C26C1E (or 0xC26C1E) is known color: Ochre. HEX triplet: C2, 6C and 1E. RGB value is (194,108,30). Sum of RGB (Red+Green+Blue) = 194+108+30=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26C1E is #3D93E1. Grayscale: #7D7D7D. Windows color (decimal): -4035554 or 1993922. OLE color: 1993922.

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

Color convert

RGB 194 108 30 -
CMYK 0 0.44 0.85 0.24
HSL 28.54º 0.73% 0.44% -
HSV(B) 28.54º 0.85% 0.76% -
XYZ 27.85 22.29 4.06 -
YUV 124.82 74.49 177.34 -
System Red Green Blue C M Y K H S L
Decimal 194 108 30 0 0.44 0.85 0.24 28.54 0.73 0.44
Hex C2 6C 1E 0 2C 55 18 1D 49 2C
Octal 302 154 36 0 54 125 30 35 111 54
Binary 11000010 1101100 11110 0 101100 1010101 11000 11101 1001001 101100

Color Harmonies of #C26C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C1E

Black with #C26C1E

Text Example


Text Example

White with #C26C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C1E; }

 p { color: rgb(194,108,30); }

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

background-color css

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

 a { background-color: rgb(194,108,30); }

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

border-color css

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

 span { border-color: rgb(194,108,30); }

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