Html Css Color HEX #CA851A Ochre

📋 copy color: '#CA851A'

red 202 ◦ green 133 ◦ blue 26

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

Shades of Ochre #CA851A

Tints of Ochre #CA851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 55.96%
G = 36.84%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA851A (or 0xCA851A) is known color: Ochre. HEX triplet: CA, 85 and 1A. RGB value is (202,133,26). Sum of RGB (Red+Green+Blue) = 202+133+26=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA851A is #357AE5. Grayscale: #8D8D8D. Windows color (decimal): -3504870 or 1738186. OLE color: 1738186.

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

Color convert

RGB 202 133 26 -
CMYK 0 0.34 0.87 0.21
HSL 36.48º 0.77% 0.45% -
HSV(B) 36.48º 0.87% 0.79% -
XYZ 32.93 29.41 4.92 -
YUV 141.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 202 133 26 0 0.34 0.87 0.21 36.48 0.77 0.45
Hex CA 85 1A 0 22 57 15 24 4D 2D
Octal 312 205 32 0 42 127 25 44 115 55
Binary 11001010 10000101 11010 0 100010 1010111 10101 100100 1001101 101101

Color Harmonies of #CA851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA851A

Black with #CA851A

Text Example


Text Example

White with #CA851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA851A; }

 p { color: rgb(202,133,26); }

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

background-color css

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

 a { background-color: rgb(202,133,26); }

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

border-color css

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

 span { border-color: rgb(202,133,26); }

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