Html Css Color HEX #C07D1A Ochre

📋 copy color: '#C07D1A'

red 192 ◦ green 125 ◦ blue 26

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

Shades of Ochre #C07D1A

Tints of Ochre #C07D1A

RGB

 RED value IS 192 (75.39% from 255) = 55.98%

 GREEN value IS 125 (49.22% from 255) = 36.44%

 BLUE value IS 26 (10.55% from 255) = 7.58%

R = 55.98%
G = 36.44%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C07D1A (or 0xC07D1A) is known color: Ochre. HEX triplet: C0, 7D and 1A. RGB value is (192,125,26). Sum of RGB (Red+Green+Blue) = 192+125+26=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D1A is #3F82E5. Grayscale: #868686. Windows color (decimal): -4162278 or 1736128. OLE color: 1736128.

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

Color convert

RGB 192 125 26 -
CMYK 0 0.35 0.86 0.25
HSL 35.78º 0.76% 0.43% -
HSV(B) 35.78º 0.86% 0.75% -
XYZ 29.26 25.95 4.44 -
YUV 133.75 67.2 169.55 -
System Red Green Blue C M Y K H S L
Decimal 192 125 26 0 0.35 0.86 0.25 35.78 0.76 0.43
Hex C0 7D 1A 0 23 56 19 24 4C 2B
Octal 300 175 32 0 43 126 31 44 114 53
Binary 11000000 1111101 11010 0 100011 1010110 11001 100100 1001100 101011

Color Harmonies of #C07D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D1A

Black with #C07D1A

Text Example


Text Example

White with #C07D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D1A; }

 p { color: rgb(192,125,26); }

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

background-color css

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

 a { background-color: rgb(192,125,26); }

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

border-color css

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

 span { border-color: rgb(192,125,26); }

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