Html Css Color HEX #CA7619 Ochre

📋 copy color: '#CA7619'

red 202 ◦ green 118 ◦ blue 25

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

Shades of Ochre #CA7619

Tints of Ochre #CA7619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 25 (10.16% from 255) = 7.25%

R = 58.55%
G = 34.2%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA7619 (or 0xCA7619) is known color: Ochre. HEX triplet: CA, 76 and 19. RGB value is (202,118,25). Sum of RGB (Red+Green+Blue) = 202+118+25=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7619 is #3589E6. Grayscale: #848484. Windows color (decimal): -3508711 or 1668810. OLE color: 1668810.

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

Color convert

RGB 202 118 25 -
CMYK 0 0.42 0.88 0.21
HSL 31.53º 0.78% 0.45% -
HSV(B) 31.53º 0.88% 0.79% -
XYZ 31.01 25.58 4.22 -
YUV 132.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 202 118 25 0 0.42 0.88 0.21 31.53 0.78 0.45
Hex CA 76 19 0 2A 58 15 20 4E 2D
Octal 312 166 31 0 52 130 25 40 116 55
Binary 11001010 1110110 11001 0 101010 1011000 10101 100000 1001110 101101

Color Harmonies of #CA7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7619

Black with #CA7619

Text Example


Text Example

White with #CA7619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7619; }

 p { color: rgb(202,118,25); }

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

background-color css

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

 a { background-color: rgb(202,118,25); }

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

border-color css

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

 span { border-color: rgb(202,118,25); }

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