Html Css Color HEX #CA751C Ochre

📋 copy color: '#CA751C'

red 202 ◦ green 117 ◦ blue 28

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

Shades of Ochre #CA751C

Tints of Ochre #CA751C

RGB

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

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

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

R = 58.21%
G = 33.72%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA751C (or 0xCA751C) is known color: Ochre. HEX triplet: CA, 75 and 1C. RGB value is (202,117,28). Sum of RGB (Red+Green+Blue) = 202+117+28=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA751C is #358AE3. Grayscale: #848484. Windows color (decimal): -3508964 or 1865162. OLE color: 1865162.

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

Color convert

RGB 202 117 28 -
CMYK 0 0.42 0.86 0.21
HSL 30.69º 0.76% 0.45% -
HSV(B) 30.69º 0.86% 0.79% -
XYZ 30.93 25.36 4.36 -
YUV 132.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 202 117 28 0 0.42 0.86 0.21 30.69 0.76 0.45
Hex CA 75 1C 0 2A 56 15 1F 4C 2D
Octal 312 165 34 0 52 126 25 37 114 55
Binary 11001010 1110101 11100 0 101010 1010110 10101 11111 1001100 101101

Color Harmonies of #CA751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA751C

Black with #CA751C

Text Example


Text Example

White with #CA751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA751C; }

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

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

background-color css

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

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

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

border-color css

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

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

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