Html Css Color HEX #CF7614 Ochre

📋 copy color: '#CF7614'

red 207 ◦ green 118 ◦ blue 20

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

Shades of Ochre #CF7614

Tints of Ochre #CF7614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 60%
G = 34.2%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7614 (or 0xCF7614) is known color: Ochre. HEX triplet: CF, 76 and 14. RGB value is (207,118,20). Sum of RGB (Red+Green+Blue) = 207+118+20=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7614 is #3089EB. Grayscale: #858585. Windows color (decimal): -3181036 or 1341135. OLE color: 1341135.

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

Color convert

RGB 207 118 20 -
CMYK 0 0.43 0.90 0.19
HSL 31.44º 0.82% 0.45% -
HSV(B) 31.44º 0.9% 0.81% -
XYZ 32.34 26.27 4.03 -
YUV 133.44 63.99 180.47 -
System Red Green Blue C M Y K H S L
Decimal 207 118 20 0 0.43 0.90 0.19 31.44 0.82 0.45
Hex CF 76 14 0 2B 5A 13 1F 52 2D
Octal 317 166 24 0 53 132 23 37 122 55
Binary 11001111 1110110 10100 0 101011 1011010 10011 11111 1010010 101101

Color Harmonies of #CF7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7614

Black with #CF7614

Text Example


Text Example

White with #CF7614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7614; }

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

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

background-color css

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

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

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

border-color css

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

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

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