Html Css Color HEX #CF780E Ochre

📋 copy color: '#CF780E'

red 207 ◦ green 120 ◦ blue 14

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

Shades of Ochre #CF780E

Tints of Ochre #CF780E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.11%

R = 60.7%
G = 35.19%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF780E (or 0xCF780E) is known color: Ochre. HEX triplet: CF, 78 and 0E. RGB value is (207,120,14). Sum of RGB (Red+Green+Blue) = 207+120+14=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF780E is #3087F1. Grayscale: #868686. Windows color (decimal): -3180530 or 948431. OLE color: 948431.

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

Color convert

RGB 207 120 14 -
CMYK 0 0.42 0.93 0.19
HSL 32.95º 0.87% 0.43% -
HSV(B) 32.95º 0.93% 0.81% -
XYZ 32.53 26.73 3.86 -
YUV 133.93 60.32 180.12 -
System Red Green Blue C M Y K H S L
Decimal 207 120 14 0 0.42 0.93 0.19 32.95 0.87 0.43
Hex CF 78 E 0 2A 5D 13 21 57 2B
Octal 317 170 16 0 52 135 23 41 127 53
Binary 11001111 1111000 1110 0 101010 1011101 10011 100001 1010111 101011

Color Harmonies of #CF780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF780E

Black with #CF780E

Text Example


Text Example

White with #CF780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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