Html Css Color HEX #CA7823 Ochre

📋 copy color: '#CA7823'

red 202 ◦ green 120 ◦ blue 35

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

Shades of Ochre #CA7823

Tints of Ochre #CA7823

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.61%

 BLUE value IS 35 (14.06% from 255) = 9.8%

R = 56.58%
G = 33.61%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA7823 (or 0xCA7823) is known color: Ochre. HEX triplet: CA, 78 and 23. RGB value is (202,120,35). Sum of RGB (Red+Green+Blue) = 202+120+35=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7823 is #3587DC. Grayscale: #878787. Windows color (decimal): -3508189 or 2324682. OLE color: 2324682.

HSL color Cylindrical-coordinate representation of color #CA7823: hue angle of 30.54º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA7823 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 120 35 -
CMYK 0 0.41 0.83 0.21
HSL 30.54º 0.7% 0.46% -
HSV(B) 30.54º 0.83% 0.79% -
XYZ 31.38 26.11 4.98 -
YUV 134.83 71.67 175.91 -
System Red Green Blue C M Y K H S L
Decimal 202 120 35 0 0.41 0.83 0.21 30.54 0.7 0.46
Hex CA 78 23 0 29 53 15 1F 46 2E
Octal 312 170 43 0 51 123 25 37 106 56
Binary 11001010 1111000 100011 0 101001 1010011 10101 11111 1000110 101110

Color Harmonies of #CA7823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7823

Black with #CA7823

Text Example


Text Example

White with #CA7823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7823; }

 p { color: rgb(202,120,35); }

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

background-color css

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

 a { background-color: rgb(202,120,35); }

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

border-color css

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

 span { border-color: rgb(202,120,35); }

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