Html Css Color HEX #CA791C Ochre

📋 copy color: '#CA791C'

red 202 ◦ green 121 ◦ blue 28

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

Shades of Ochre #CA791C

Tints of Ochre #CA791C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 57.55%
G = 34.47%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA791C (or 0xCA791C) is known color: Ochre. HEX triplet: CA, 79 and 1C. RGB value is (202,121,28). Sum of RGB (Red+Green+Blue) = 202+121+28=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA791C is #3586E3. Grayscale: #878787. Windows color (decimal): -3507940 or 1866186. OLE color: 1866186.

HSL color Cylindrical-coordinate representation of color #CA791C: hue angle of 32.07º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA791C is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 121 28 -
CMYK 0 0.40 0.86 0.21
HSL 32.07º 0.76% 0.45% -
HSV(B) 32.07º 0.86% 0.79% -
XYZ 31.4 26.32 4.52 -
YUV 134.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 202 121 28 0 0.40 0.86 0.21 32.07 0.76 0.45
Hex CA 79 1C 0 28 56 15 20 4C 2D
Octal 312 171 34 0 50 126 25 40 114 55
Binary 11001010 1111001 11100 0 101000 1010110 10101 100000 1001100 101101

Color Harmonies of #CA791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA791C

Black with #CA791C

Text Example


Text Example

White with #CA791C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA791C; }

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

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

background-color css

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

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

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

border-color css

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

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

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