Html Css Color HEX #CA711A Ochre

📋 copy color: '#CA711A'

red 202 ◦ green 113 ◦ blue 26

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

Shades of Ochre #CA711A

Tints of Ochre #CA711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

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

R = 59.24%
G = 33.14%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA711A (or 0xCA711A) is known color: Ochre. HEX triplet: CA, 71 and 1A. RGB value is (202,113,26). Sum of RGB (Red+Green+Blue) = 202+113+26=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA711A is #358EE5. Grayscale: #828282. Windows color (decimal): -3509990 or 1733066. OLE color: 1733066.

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

Color convert

RGB 202 113 26 -
CMYK 0 0.44 0.87 0.21
HSL 29.66º 0.77% 0.45% -
HSV(B) 29.66º 0.87% 0.79% -
XYZ 30.45 24.44 4.09 -
YUV 129.69 69.49 179.57 -
System Red Green Blue C M Y K H S L
Decimal 202 113 26 0 0.44 0.87 0.21 29.66 0.77 0.45
Hex CA 71 1A 0 2C 57 15 1E 4D 2D
Octal 312 161 32 0 54 127 25 36 115 55
Binary 11001010 1110001 11010 0 101100 1010111 10101 11110 1001101 101101

Color Harmonies of #CA711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA711A

Black with #CA711A

Text Example


Text Example

White with #CA711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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