Html Css Color HEX #CF7414 Ochre

📋 copy color: '#CF7414'

red 207 ◦ green 116 ◦ blue 20

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

Shades of Ochre #CF7414

Tints of Ochre #CF7414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

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

R = 60.35%
G = 33.82%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7414 (or 0xCF7414) is known color: Ochre. HEX triplet: CF, 74 and 14. RGB value is (207,116,20). Sum of RGB (Red+Green+Blue) = 207+116+20=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7414 is #308BEB. Grayscale: #848484. Windows color (decimal): -3181548 or 1340623. OLE color: 1340623.

HSL color Cylindrical-coordinate representation of color #CF7414: hue angle of 30.8º 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 #CF7414 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 116 20 -
CMYK 0 0.44 0.90 0.19
HSL 30.8º 0.82% 0.45% -
HSV(B) 30.8º 0.9% 0.81% -
XYZ 32.1 25.81 3.95 -
YUV 132.27 64.65 181.31 -
System Red Green Blue C M Y K H S L
Decimal 207 116 20 0 0.44 0.90 0.19 30.8 0.82 0.45
Hex CF 74 14 0 2C 5A 13 1F 52 2D
Octal 317 164 24 0 54 132 23 37 122 55
Binary 11001111 1110100 10100 0 101100 1011010 10011 11111 1010010 101101

Color Harmonies of #CF7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7414

Black with #CF7414

Text Example


Text Example

White with #CF7414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7414; }

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

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

background-color css

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

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

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

border-color css

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

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

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