Html Css Color HEX #CF781B Ochre

📋 copy color: '#CF781B'

red 207 ◦ green 120 ◦ blue 27

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

Shades of Ochre #CF781B

Tints of Ochre #CF781B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 58.47%
G = 33.9%
B = 7.63%

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

#CF781B (or 0xCF781B) is known color: Ochre. HEX triplet: CF, 78 and 1B. RGB value is (207,120,27). Sum of RGB (Red+Green+Blue) = 207+120+27=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF781B is #3087E4. Grayscale: #878787. Windows color (decimal): -3180517 or 1800399. OLE color: 1800399.

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

Color convert

RGB 207 120 27 -
CMYK 0 0.42 0.87 0.19
HSL 31º 0.77% 0.46% -
HSV(B) 31º 0.87% 0.81% -
XYZ 32.65 26.78 4.48 -
YUV 135.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 207 120 27 0 0.42 0.87 0.19 31 0.77 0.46
Hex CF 78 1B 0 2A 57 13 1F 4D 2E
Octal 317 170 33 0 52 127 23 37 115 56
Binary 11001111 1111000 11011 0 101010 1010111 10011 11111 1001101 101110

Color Harmonies of #CF781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF781B

Black with #CF781B

Text Example


Text Example

White with #CF781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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