Html Css Color HEX #CA791D Ochre

📋 copy color: '#CA791D'

red 202 ◦ green 121 ◦ blue 29

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

Shades of Ochre #CA791D

Tints of Ochre #CA791D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 57.39%
G = 34.38%
B = 8.24%

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

#CA791D (or 0xCA791D) is known color: Ochre. HEX triplet: CA, 79 and 1D. RGB value is (202,121,29). Sum of RGB (Red+Green+Blue) = 202+121+29=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA791D is #3586E2. Grayscale: #878787. Windows color (decimal): -3507939 or 1931722. OLE color: 1931722.

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

Color convert

RGB 202 121 29 -
CMYK 0 0.40 0.86 0.21
HSL 31.91º 0.75% 0.45% -
HSV(B) 31.91º 0.86% 0.79% -
XYZ 31.42 26.32 4.59 -
YUV 134.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 202 121 29 0 0.40 0.86 0.21 31.91 0.75 0.45
Hex CA 79 1D 0 28 56 15 20 4B 2D
Octal 312 171 35 0 50 126 25 40 113 55
Binary 11001010 1111001 11101 0 101000 1010110 10101 100000 1001011 101101

Color Harmonies of #CA791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA791D

Black with #CA791D

Text Example


Text Example

White with #CA791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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