Html Css Color HEX #CA740C Ochre

📋 copy color: '#CA740C'

red 202 ◦ green 116 ◦ blue 12

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

Shades of Ochre #CA740C

Tints of Ochre #CA740C

RGB

 RED value IS 202 (79.3% from 255) = 61.21%

 GREEN value IS 116 (45.7% from 255) = 35.15%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 61.21%
G = 35.15%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA740C (or 0xCA740C) is known color: Ochre. HEX triplet: CA, 74 and 0C. RGB value is (202,116,12). Sum of RGB (Red+Green+Blue) = 202+116+12=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA740C is #358BF3. Grayscale: #828282. Windows color (decimal): -3509236 or 816330. OLE color: 816330.

HSL color Cylindrical-coordinate representation of color #CA740C: hue angle of 32.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA740C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 116 12 -
CMYK 0 0.43 0.94 0.21
HSL 32.84º 0.89% 0.42% -
HSV(B) 32.84º 0.94% 0.79% -
XYZ 30.67 25.07 3.57 -
YUV 129.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 202 116 12 0 0.43 0.94 0.21 32.84 0.89 0.42
Hex CA 74 C 0 2B 5E 15 21 59 2A
Octal 312 164 14 0 53 136 25 41 131 52
Binary 11001010 1110100 1100 0 101011 1011110 10101 100001 1011001 101010

Color Harmonies of #CA740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA740C

Black with #CA740C

Text Example


Text Example

White with #CA740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA740C; }

 p { color: rgb(202,116,12); }

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

background-color css

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

 a { background-color: rgb(202,116,12); }

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

border-color css

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

 span { border-color: rgb(202,116,12); }

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