Html Css Color HEX #CF781A Ochre

📋 copy color: '#CF781A'

red 207 ◦ green 120 ◦ blue 26

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

Shades of Ochre #CF781A

Tints of Ochre #CF781A

RGB

 RED value IS 207 (81.25% from 255) = 58.64%

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

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

R = 58.64%
G = 33.99%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF781A (or 0xCF781A) is known color: Ochre. HEX triplet: CF, 78 and 1A. RGB value is (207,120,26). Sum of RGB (Red+Green+Blue) = 207+120+26=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF781A is #3087E5. Grayscale: #878787. Windows color (decimal): -3180518 or 1734863. OLE color: 1734863.

HSL color Cylindrical-coordinate representation of color #CF781A: hue angle of 31.16º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF781A is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 120 26 -
CMYK 0 0.42 0.87 0.19
HSL 31.16º 0.78% 0.46% -
HSV(B) 31.16º 0.87% 0.81% -
XYZ 32.64 26.77 4.42 -
YUV 135.3 66.32 179.14 -
System Red Green Blue C M Y K H S L
Decimal 207 120 26 0 0.42 0.87 0.19 31.16 0.78 0.46
Hex CF 78 1A 0 2A 57 13 1F 4E 2E
Octal 317 170 32 0 52 127 23 37 116 56
Binary 11001111 1111000 11010 0 101010 1010111 10011 11111 1001110 101110

Color Harmonies of #CF781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF781A

Black with #CF781A

Text Example


Text Example

White with #CF781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF781A; }

 p { color: rgb(207,120,26); }

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

background-color css

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

 a { background-color: rgb(207,120,26); }

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

border-color css

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

 span { border-color: rgb(207,120,26); }

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