Html Css Color HEX #CA751A Ochre

📋 copy color: '#CA751A'

red 202 ◦ green 117 ◦ blue 26

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

Shades of Ochre #CA751A

Tints of Ochre #CA751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

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

R = 58.55%
G = 33.91%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA751A (or 0xCA751A) is known color: Ochre. HEX triplet: CA, 75 and 1A. RGB value is (202,117,26). Sum of RGB (Red+Green+Blue) = 202+117+26=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA751A is #358AE5. Grayscale: #848484. Windows color (decimal): -3508966 or 1734090. OLE color: 1734090.

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

Color convert

RGB 202 117 26 -
CMYK 0 0.42 0.87 0.21
HSL 31.02º 0.77% 0.45% -
HSV(B) 31.02º 0.87% 0.79% -
XYZ 30.9 25.35 4.24 -
YUV 132.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 202 117 26 0 0.42 0.87 0.21 31.02 0.77 0.45
Hex CA 75 1A 0 2A 57 15 1F 4D 2D
Octal 312 165 32 0 52 127 25 37 115 55
Binary 11001010 1110101 11010 0 101010 1010111 10101 11111 1001101 101101

Color Harmonies of #CA751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA751A

Black with #CA751A

Text Example


Text Example

White with #CA751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA751A; }

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

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

background-color css

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

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

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

border-color css

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

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

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