Html Css Color HEX #CA7C1C Ochre

📋 copy color: '#CA7C1C'

red 202 ◦ green 124 ◦ blue 28

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

Shades of Ochre #CA7C1C

Tints of Ochre #CA7C1C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 57.06%
G = 35.03%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA7C1C (or 0xCA7C1C) is known color: Ochre. HEX triplet: CA, 7C and 1C. RGB value is (202,124,28). Sum of RGB (Red+Green+Blue) = 202+124+28=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C1C is #3583E3. Grayscale: #888888. Windows color (decimal): -3507172 or 1866954. OLE color: 1866954.

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

Color convert

RGB 202 124 28 -
CMYK 0 0.39 0.86 0.21
HSL 33.1º 0.76% 0.45% -
HSV(B) 33.1º 0.86% 0.79% -
XYZ 31.77 27.06 4.65 -
YUV 136.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 202 124 28 0 0.39 0.86 0.21 33.1 0.76 0.45
Hex CA 7C 1C 0 27 56 15 21 4C 2D
Octal 312 174 34 0 47 126 25 41 114 55
Binary 11001010 1111100 11100 0 100111 1010110 10101 100001 1001100 101101

Color Harmonies of #CA7C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C1C

Black with #CA7C1C

Text Example


Text Example

White with #CA7C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C1C; }

 p { color: rgb(202,124,28); }

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

background-color css

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

 a { background-color: rgb(202,124,28); }

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

border-color css

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

 span { border-color: rgb(202,124,28); }

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