Html Css Color HEX #CA711D Ochre

📋 copy color: '#CA711D'

red 202 ◦ green 113 ◦ blue 29

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

Shades of Ochre #CA711D

Tints of Ochre #CA711D

RGB

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

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

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

R = 58.72%
G = 32.85%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA711D (or 0xCA711D) is known color: Ochre. HEX triplet: CA, 71 and 1D. RGB value is (202,113,29). Sum of RGB (Red+Green+Blue) = 202+113+29=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA711D is #358EE2. Grayscale: #828282. Windows color (decimal): -3509987 or 1929674. OLE color: 1929674.

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

Color convert

RGB 202 113 29 -
CMYK 0 0.44 0.86 0.21
HSL 29.13º 0.75% 0.45% -
HSV(B) 29.13º 0.86% 0.79% -
XYZ 30.48 24.46 4.28 -
YUV 130.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 202 113 29 0 0.44 0.86 0.21 29.13 0.75 0.45
Hex CA 71 1D 0 2C 56 15 1D 4B 2D
Octal 312 161 35 0 54 126 25 35 113 55
Binary 11001010 1110001 11101 0 101100 1010110 10101 11101 1001011 101101

Color Harmonies of #CA711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA711D

Black with #CA711D

Text Example


Text Example

White with #CA711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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