Html Css Color HEX #CA790C Ochre

📋 copy color: '#CA790C'

red 202 ◦ green 121 ◦ blue 12

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

Shades of Ochre #CA790C

Tints of Ochre #CA790C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

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

R = 60.3%
G = 36.12%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA790C (or 0xCA790C) is known color: Ochre. HEX triplet: CA, 79 and 0C. RGB value is (202,121,12). Sum of RGB (Red+Green+Blue) = 202+121+12=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA790C is #3586F3. Grayscale: #858585. Windows color (decimal): -3507956 or 817610. OLE color: 817610.

HSL color Cylindrical-coordinate representation of color #CA790C: hue angle of 34.42º 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 #CA790C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 121 12 -
CMYK 0 0.40 0.94 0.21
HSL 34.42º 0.89% 0.42% -
HSV(B) 34.42º 0.94% 0.79% -
XYZ 31.26 26.26 3.77 -
YUV 132.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 202 121 12 0 0.40 0.94 0.21 34.42 0.89 0.42
Hex CA 79 C 0 28 5E 15 22 59 2A
Octal 312 171 14 0 50 136 25 42 131 52
Binary 11001010 1111001 1100 0 101000 1011110 10101 100010 1011001 101010

Color Harmonies of #CA790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA790C

Black with #CA790C

Text Example


Text Example

White with #CA790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA790C; }

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

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

background-color css

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

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

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

border-color css

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

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

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