Html Css Color HEX #CA791E Ochre

📋 copy color: '#CA791E'

red 202 ◦ green 121 ◦ blue 30

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

Shades of Ochre #CA791E

Tints of Ochre #CA791E

RGB

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

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

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

R = 57.22%
G = 34.28%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA791E (or 0xCA791E) is known color: Ochre. HEX triplet: CA, 79 and 1E. RGB value is (202,121,30). Sum of RGB (Red+Green+Blue) = 202+121+30=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA791E is #3586E1. Grayscale: #878787. Windows color (decimal): -3507938 or 1997258. OLE color: 1997258.

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

Color convert

RGB 202 121 30 -
CMYK 0 0.40 0.85 0.21
HSL 31.74º 0.74% 0.45% -
HSV(B) 31.74º 0.85% 0.79% -
XYZ 31.43 26.33 4.65 -
YUV 134.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 202 121 30 0 0.40 0.85 0.21 31.74 0.74 0.45
Hex CA 79 1E 0 28 55 15 20 4A 2D
Octal 312 171 36 0 50 125 25 40 112 55
Binary 11001010 1111001 11110 0 101000 1010101 10101 100000 1001010 101101

Color Harmonies of #CA791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA791E

Black with #CA791E

Text Example


Text Example

White with #CA791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA791E; }

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

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

background-color css

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

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

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

border-color css

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

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

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