Html Css Color HEX #CF7914 Ochre

📋 copy color: '#CF7914'

red 207 ◦ green 121 ◦ blue 20

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

Shades of Ochre #CF7914

Tints of Ochre #CF7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 59.48%
G = 34.77%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7914 (or 0xCF7914) is known color: Ochre. HEX triplet: CF, 79 and 14. RGB value is (207,121,20). Sum of RGB (Red+Green+Blue) = 207+121+20=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7914 is #3086EB. Grayscale: #878787. Windows color (decimal): -3180268 or 1341903. OLE color: 1341903.

HSL color Cylindrical-coordinate representation of color #CF7914: hue angle of 32.41º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF7914 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 20 -
CMYK 0 0.42 0.90 0.19
HSL 32.41º 0.82% 0.45% -
HSV(B) 32.41º 0.9% 0.81% -
XYZ 32.7 26.99 4.15 -
YUV 135.2 62.99 179.21 -
System Red Green Blue C M Y K H S L
Decimal 207 121 20 0 0.42 0.90 0.19 32.41 0.82 0.45
Hex CF 79 14 0 2A 5A 13 20 52 2D
Octal 317 171 24 0 52 132 23 40 122 55
Binary 11001111 1111001 10100 0 101010 1011010 10011 100000 1010010 101101

Color Harmonies of #CF7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7914

Black with #CF7914

Text Example


Text Example

White with #CF7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7914; }

 p { color: rgb(207,121,20); }

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

background-color css

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

 a { background-color: rgb(207,121,20); }

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

border-color css

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

 span { border-color: rgb(207,121,20); }

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