Html Css Color HEX #CA712B Ochre

📋 copy color: '#CA712B'

red 202 ◦ green 113 ◦ blue 43

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

Shades of Ochre #CA712B

Tints of Ochre #CA712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 56.42%
G = 31.56%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA712B (or 0xCA712B) is known color: Ochre. HEX triplet: CA, 71 and 2B. RGB value is (202,113,43). Sum of RGB (Red+Green+Blue) = 202+113+43=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA712B is #358ED4. Grayscale: #848484. Windows color (decimal): -3509973 or 2847178. OLE color: 2847178.

HSL color Cylindrical-coordinate representation of color #CA712B: hue angle of 26.42º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA712B is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 113 43 -
CMYK 0 0.44 0.79 0.21
HSL 26.42º 0.65% 0.48% -
HSV(B) 26.42º 0.79% 0.79% -
XYZ 30.7 24.54 5.4 -
YUV 131.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 202 113 43 0 0.44 0.79 0.21 26.42 0.65 0.48
Hex CA 71 2B 0 2C 4F 15 1A 41 30
Octal 312 161 53 0 54 117 25 32 101 60
Binary 11001010 1110001 101011 0 101100 1001111 10101 11010 1000001 110000

Color Harmonies of #CA712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA712B

Black with #CA712B

Text Example


Text Example

White with #CA712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA712B; }

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

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

background-color css

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

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

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

border-color css

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

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

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